X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib.h;fp=lib.h;h=0000000000000000000000000000000000000000;hp=247a1f331e04f6a6fee59f65fb109c8633a7824c;hb=1d2617e5d89468db7cd1b93fd2b31af73cd7c8ff;hpb=ace94418088f9165d23763bd39752cc31b406f03 diff --git a/lib.h b/lib.h deleted file mode 100644 index 247a1f3..0000000 --- a/lib.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * 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. - */ - -#ifndef _LIB_H -# define _LIB_H - -void mutt_exit (int); -void mutt_nocurses_error(const char *, ...) - __attribute__((format(printf, 1, 2))); - -#endif