Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages   Examples  

httpdadds.h

00001 #ifndef _PRO_HTTPDADDS_H_
00002 #define _PRO_HTTPDADDS_H_
00003 
00004 #include <sys/device.h>
00005 #include <pro/httpd.h>
00006 
00007 extern char *NutDecodeBase64(u_char *str);
00008 extern int NutDecodeHex(char c);
00009 extern char *NutDecodePath(char *path);
00010 
00011 extern THREAD(ServiceHttpd, arg);
00012 
00013 #endif

Generated on Thu Jan 30 22:30:45 2003 for EduNet by doxygen1.2.18