remove yet anoter round of str_* functions, replaced with their inlineable
[apps/madmutt.git] / lib / str.h
index 2f4e33c..8a480c3 100644 (file)
--- a/lib/str.h
+++ b/lib/str.h
  * unreliable behavior on some systems */
 # define SKIPWS(c) while (*(c) && isspace ((unsigned char) *(c))) c++;
 
  * unreliable behavior on some systems */
 # define SKIPWS(c) while (*(c) && isspace ((unsigned char) *(c))) c++;
 
-/*
- * safety wrappers/replacements
- * (mostly only difference: safely handle NULL strings)
- */
-int str_casecmp (const char*, const char*);
-int str_ncmp (const char*, const char*, size_t);
-int str_ncasecmp (const char*, const char*, size_t);
-int str_coll (const char*, const char*);
-
 /*
  * tools
  */
 /*
  * tools
  */