Ported processes cgi to Contiki 2.x.

This commit is contained in:
oliverschmidt 2007-04-07 01:31:29 +00:00
parent e37d79e4a3
commit fe3e6c1a36
2 changed files with 23 additions and 19 deletions

View file

@ -28,7 +28,7 @@
*
* This file is part of the uIP TCP/IP stack.
*
* $Id: httpd.h,v 1.2 2006/08/09 16:13:39 bg- Exp $
* $Id: httpd.h,v 1.3 2007/04/07 01:31:29 oliverschmidt Exp $
*
*/
@ -51,7 +51,10 @@ struct httpd_state {
char *scriptptr;
int scriptlen;
unsigned short count;
union {
unsigned short count;
void *ptr;
};
};