Changeset 158 for uKadecot/trunk/uip/apps/webserver/httpd.h
- Timestamp:
- Feb 20, 2016, 10:43:32 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uKadecot/trunk/uip/apps/webserver/httpd.h
r156 r158 36 36 #define __HTTPD_H__ 37 37 38 #include " psock.h"38 #include "net/ip/psock.h" 39 39 #include "httpd-fs.h" 40 40 #include "http_pcb.h" … … 76 76 77 77 void httpd_log(char *msg); 78 void httpd_log_file(u 16_t *requester, char *file);78 void httpd_log_file(uint16_t *requester, char *file); 79 79 80 80 #endif /* __HTTPD_H__ */
Note:
See TracChangeset
for help on using the changeset viewer.