david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/include/url.h

11 lines
200 B
C

#ifndef URL_H
#define URL_H
#include "proto.h"
#include "in.h"
extern int parse_url ( char *url, struct protocol **proto,
struct sockaddr_in *server, char **filename );
#endif /* URL_H */