http://git.etherboot.org
/
people
/
lynusvaz
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Protocol structure can now specify the default port.
[people/lynusvaz/gpxe.git]
/
src
/
include
/
http.h
1
#ifndef HTTP_H
2
#define HTTP_H
3
4
extern int http(const char *url,
5
int (*fnc)(unsigned char *, unsigned int, unsigned int, int));
6
7
#endif /* HTTP_H */