http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f0207b99f8a2b6d0b90cd9bb6ada355ed35ae383
[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 */