00001 00002 #ifndef EKG2_COMPAT_STRFRY_H 00003 #define EKG2_COMPAT_STRFRY_H 00004 00005 char* strfry(char*); 00006 00007 #endif 00008 00009 /* 00010 * Local Variables: 00011 * mode: c 00012 * c-file-style: "k&r" 00013 * c-basic-offset: 8 00014 * indent-tabs-mode: t 00015 * End: 00016 */