X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib%2Fstr.h;fp=lib%2Fstr.h;h=b9adfec89fcc2a47952acb51d3268be6d70da763;hp=0000000000000000000000000000000000000000;hb=203e950e3d3c76795fa49895d040f732adad2049;hpb=a11eb994c38b1ef41ea05b56736f70cc396e0ff8 diff --git a/lib/str.h b/lib/str.h new file mode 100644 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 + * Copyright (C) 1999-2000 Thomas Roessler + * + * 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 */