--- psiconv/trunk/lib/psiconv/parse_routines.h 2000/12/20 22:07:49 70 +++ psiconv/trunk/lib/psiconv/parse_routines.h 2000/12/22 22:31:50 71 @@ -20,29 +20,15 @@ #ifndef PSICONV_PARSE_ROUTINES_H #define PSICONV_PARSE_ROUTINES_H -#include +#include +#include +#include #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ -/* *************** - * misc.c * - *************** */ - -/* This function returns a copy of a string, that contains no ASCII codes - that are not printable. You should free this string yourself when you are - done with it. Returns NULL if there is not enough memory left. */ -extern char *psiconv_make_printable(const char *s); - -/* ************** - * checkuid.c * - ************** */ - -extern psiconv_u32 psiconv_checkuid(psiconv_u32 uid1, - psiconv_u32 uid2,psiconv_u32 uid3); - /* ****************** * parse_simple.c * ****************** */