drop the old string API fully.
[apps/madmutt.git] / lib / str.h
diff --git a/lib/str.h b/lib/str.h
deleted file mode 100644 (file)
index b5bf82f..0000000
--- a/lib/str.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright notice from original mutt:
- * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
- * Copyright (C) 1999-2000 Thomas Roessler <roessler@does-not-exist.org>
- *
- * This file is part of mutt-ng, see http://www.muttng.org/.
- * It's licensed under the GNU General Public License,
- * please see the file GPL in the top level source directory.
- */
-#ifndef _LIB_STR_H
-#define _LIB_STR_H
-
-#include <sys/types.h>
-
-/*
- * tools
- */
-char *str_tolower (char*);
-char *str_substrcpy (char*, const char*, const char*, size_t);
-char *str_substrdup (const char*, const char*);
-int str_eq (const char*, const char*);
-const char *str_isstr (const char*, const char*);
-void str_skip_trailws (char*);
-
-#endif /* !_LIB_STR_H */