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