dencode.h 146 B

123456789
  1. #ifndef _DENCODE_H_
  2. #define _DENCODE_H_
  3. #include <sys/types.h>
  4. extern int NutDecodeHex(char c);
  5. extern char *NutDecodePath(char *path);
  6. #endif