mutt_enter_string wasn't used anymore.
[apps/madmutt.git] / lib-ui / enter.h
index 76fd555..69df037 100644 (file)
@@ -32,8 +32,7 @@ typedef struct {
 #define mutt_new_enter_state() p_new(ENTER_STATE, 1)
 
 void mutt_free_enter_state (ENTER_STATE **);
-int mutt_enter_string (char *buf, size_t buflen, int y, int x, int flags);
-int _mutt_enter_string (char *, size_t, int, int, int, int, char ***, int *,
+int mutt_enter_string (char *, size_t, int, int, int, int, char ***, int *,
                         ENTER_STATE *);
 
 #endif /* !_MUTT_ENTER_H */