applications updates for uIPv6

This commit is contained in:
julienabeille 2008-10-14 09:40:11 +00:00
parent edae9741ed
commit 3f394fe927
9 changed files with 387 additions and 214 deletions

View file

@ -28,7 +28,7 @@
*
* This file is part of the uIP TCP/IP stack.
*
* $Id: httpd-cgi.h,v 1.1 2006/06/17 22:41:14 adamdunkels Exp $
* $Id: httpd-cgi.h,v 1.2 2008/10/14 09:40:11 julienabeille Exp $
*
*/
@ -54,4 +54,6 @@ void httpd_cgi_add(struct httpd_cgi_call *c);
static struct httpd_cgi_call name = {NULL, str, function}
void httpd_cgi_init(void);
void web_set_temp(char *s);
#endif /* __HTTPD_CGI_H__ */