00001 00008 #ifndef _UNIX_CODEC_H 00009 #define _UNIX_CODEC_H 00010 00011 extern char *encode_unix_char(char *, char); 00012 extern char decode_unix_char(const char *, int *, char *); 00013 00014 #endif