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
Raw Normal View History

2005-04-28 15:47:36 +02:00
#ifndef URL_H
#define URL_H
#include "proto.h"
#include "in.h"
2005-04-28 15:47:36 +02:00
extern int parse_url ( char *url, struct protocol **proto,
struct sockaddr_in *server, char **filename );
2005-04-28 15:47:36 +02:00
#endif /* URL_H */