drop str_adjust: we don't care about a few octets unused, please do me a
[apps/madmutt.git] / lib / str.h
index 636e288..b5bf82f 100644 (file)
--- a/lib/str.h
+++ b/lib/str.h
@@ -18,8 +18,6 @@
 char *str_tolower (char*);
 char *str_substrcpy (char*, const char*, const char*, size_t);
 char *str_substrdup (const char*, const char*);
-void str_replace (char**, const char*);
-void str_adjust (char**);
 int str_eq (const char*, const char*);
 const char *str_isstr (const char*, const char*);
 void str_skip_trailws (char*);