#ifndef _DENCODE_H_ #define _DENCODE_H_ #include extern int NutDecodeHex(char c); extern char *NutDecodePath(char *path); #endif