Rocco Rutte:
[apps/madmutt.git] / lib / str.h
diff --git a/lib/str.h b/lib/str.h
new file mode 100644 (file)
index 0000000..b9adfec
--- /dev/null
+++ b/lib/str.h
@@ -0,0 +1,18 @@
+/*
+ * 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.
+ */
+
+/* mutt functions which are generally useful. */
+
+#ifndef _LIB_STR_H
+#define _LIB_STR_H
+
+#define NONULL(x) x?x:""
+
+#endif /* !_LIB_STR_H */