http://git.etherboot.org
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
add34e3976bff4b164de79ef5eee134db4d29076
[gpxe.git]
/
src
/
include
/
url.h
1
#ifndef URL_H
2
#define URL_H
3
4
#include "proto.h"
5
#include "in.h"
6
7
extern int parse_url ( char *url, struct protocol **proto,
8
struct sockaddr_in *server, char **filename );
9
10
#endif /* URL_H */