X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fpop3.h;h=578482b70a4f7b36a29d6e7aa4d9d51db6cc5647;hb=99dc09b31257a7a2ea257ff883d6a700d533600b;hp=a617f1a61f4c54252300fa093ee0d25d3029b4e5;hpb=db28d5c6f7928b707bffa193ad93dfa7556ab0ad;p=dockapps%2Fwmnotify.git diff --git a/src/pop3.h b/src/pop3.h index a617f1a..578482b 100644 --- a/src/pop3.h +++ b/src/pop3.h @@ -1,4 +1,10 @@ -/* pop3.h */ +/* + * pop3.h + * + * Copyright (C) 2003 Hugo Villeneuve + * + * This file is released under the GPLv2 + */ #ifndef POP3_H #define POP3_H 1 @@ -12,7 +18,6 @@ #include #include - /* Exported variables */ #undef _SCOPE_ #ifdef POP3_M @@ -21,7 +26,6 @@ # define _SCOPE_ extern #endif - #define POP3_ENDL "\r\n" /* CRLF */ #define POP3_CMD_USERNAME "USER" @@ -32,9 +36,6 @@ #define POP3_RSP_SUCCESS "+OK" #define POP3_RSP_FAILURE "-ERR" - -int -POP3_CheckForNewMail( void ); - +int POP3_CheckForNewMail(void); #endif /* POP3_H */