Rocco Rutte:
[apps/madmutt.git] / lib.h
diff --git a/lib.h b/lib.h
index 5dc28bf..352ee6e 100644 (file)
--- a/lib.h
+++ b/lib.h
@@ -44,6 +44,10 @@ extern void (*mutt_error) (const char *, ...);
 # endif
 void mutt_exit (int);
 
+/* Exit values used in send_msg() */
+#define S_ERR 127
+#define S_BKG 126
+
 /* The actual library functions. */
 
 FILE *safe_fopen (const char *, const char *);
@@ -68,4 +72,6 @@ void mutt_nocurses_error (const char *, ...);
 void mutt_sanitize_filename (char *, short);
 void mutt_unlink (const char *);
 
+const char *mutt_strsysexit(int e);
+
 #endif