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

dencode.h

00001 #ifndef _DENCODE_H_
00002 #define _DENCODE_H_
00003 
00004 #include <sys/types.h>
00005 
00006 extern char *NutDecodeBase64(u_char *str);
00007 extern int NutDecodeHex(char c);
00008 extern char *NutDecodePath(char *path);
00009 
00010 #endif

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