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