#ifndef I_MYCOMPARE
#define I_MYCOMPARE

extern int wild_match(char *mask, char *string);

#endif
