source:
vbox/trunk/src/VBox/Devices/PC/Etherboot-src/include/http.h@
545
Last change on this file since 545 was 1, checked in by , 55 years ago | |
---|---|
|
|
File size: 156 bytes |
Line | |
---|---|
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 */ |
Note:
See TracBrowser
for help on using the repository browser.