mutt_enter_string is only used for _mutt_get_field for real.
[apps/madmutt.git] / pop.h
diff --git a/pop.h b/pop.h
index 396a81b..22806cb 100644 (file)
--- a/pop.h
+++ b/pop.h
 #ifndef _POP_H
 #define _POP_H 1
 
-#include <lib-ui/curses.h>
+#include <lib-ui/lib-ui.h>
 #include <lib-mx/mx.h>
 
 extern mx_t const pop_mx;
 
-int pop_fetch_message (MESSAGE *, CONTEXT *, int);
-void pop_fetch_mail (void);
+int pop_fetch_message(MESSAGE *, CONTEXT *, int);
+void pop_fetch_mail(void);
 
 #endif