#ifndef _RFC1459_H #define _RFC1459_H int rfc_casecmp(const char *, const char *); int rfc_ncasecmp(const char *, const char *, int); int rfc_toupper(int); int rfc_tolower(int); #endif /* !_RFC1459_H */