NULL terminate strncpy destination string
[dockapps/wmnotify.git] / src / imap.h
index e759456..a9d672b 100644 (file)
@@ -1,9 +1,14 @@
-/* imap.h */
+/*
+ * imap.h
+ *
+ * Copyright (C) 2003 Hugo Villeneuve <hugo@hugovil.com>
+ *
+ * This file is released under the GPLv2
+ */
 
 #ifndef IMAP_H
 #define IMAP_H 1
 
-
 /* Exported variables */
 #undef _SCOPE_
 #ifdef IMAP_M
@@ -12,9 +17,6 @@
 #  define _SCOPE_ extern
 #endif
 
+int IMAP4_CheckForNewMail(void);
 
-int
-IMAP4_CheckForNewMail( void );
-
-
-#endif /* IMAP_H */
+#endif                         /* IMAP_H */