apps/httpd.h

00001 /***************************************************************************
00002  *            httpd.h
00003  *
00004  *  Wed Jun 14 21:52:28 2006
00005  *  Copyright  2006  User
00006  *  Email
00007  ****************************************************************************/
00008 
00009 #ifndef _HTTPD_H
00010         #define _HTTPD_H
00011 
00012         #define HTTPD_PORT 80
00013         #define HTTPD_BUFFER 48
00014 
00015         void httpd_init( void );
00016         unsigned int httpd_thread( void );
00017         
00018 #endif /* _HTTPD_H */

Erzeugt am Fri Sep 8 13:37:35 2006 für MikroEthernetBoard von  doxygen 1.4.6