remove old lib.[hc]
[apps/madmutt.git] / lib.h
diff --git a/lib.h b/lib.h
deleted file mode 100644 (file)
index 247a1f3..0000000
--- a/lib.h
+++ /dev/null
@@ -1,18 +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_H
-# define _LIB_H
-
-void mutt_exit (int);
-void mutt_nocurses_error(const char *, ...)
-    __attribute__((format(printf, 1, 2)));
-
-#endif