exit system.c, mutt_system goes into lib-sys/
[apps/madmutt.git] / protos.h
index ee8527d..c253db0 100644 (file)
--- a/protos.h
+++ b/protos.h
@@ -28,9 +28,6 @@
 void _mutt_make_string (char *, size_t, const char *, CONTEXT *,
                         HEADER *, format_flag);
 
-#define mutt_system(x) _mutt_system(x,0)
-int _mutt_system (const char *, int);
-
 #define mutt_new_enter_state() p_new(ENTER_STATE, 1)
 
 typedef const char *format_t (char *, size_t, char, const char *,