http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously
[people/xl0/gpxe.git]
/
src
/
include
/
url.h
1
#ifndef URL_H
2
#define URL_H
3
4
#include "proto.h"
5
#include <gpxe/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 */