reorder code a bit.
[apps/madmutt.git] / pop.h
diff --git a/pop.h b/pop.h
index 396a81b..74df068 100644 (file)
--- a/pop.h
+++ b/pop.h
@@ -15,7 +15,7 @@
 
 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