update gettext
[apps/madmutt.git] / lib / exit.c
index fb46b82..be9ecad 100644 (file)
@@ -4,14 +4,14 @@
 
 #include "exit.h"
 #include "str.h"
-#include "intl.h"
+#include <lib-lib/macros.h>
 
 /* XXX remove after modularization*/
-extern void mutt_endwin (void*);
+/*extern void mutt_endwin (void*);*/
 
 void exit_fatal (const char* func, const char* msg, int line, 
                  const char* fname, int code) {
-  mutt_endwin (NULL);
+/*  mutt_endwin (NULL);*/
   fprintf (stderr, _("Fatal error in function '%s' called from "
                      "file '%s', line '%d': %s\n"
                      "(please report this error to "