rfc1459.h 205 B

123456789
  1. #ifndef _RFC1459_H
  2. #define _RFC1459_H
  3. int rfc_casecmp(const char *, const char *);
  4. int rfc_ncasecmp(const char *, const char *, int);
  5. int rfc_toupper(int);
  6. int rfc_tolower(int);
  7. #endif /* !_RFC1459_H */