X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fpop3.h;h=578482b70a4f7b36a29d6e7aa4d9d51db6cc5647;hb=99dc09b31257a7a2ea257ff883d6a700d533600b;hp=996d61172705d0cccc038bedead0ce2a12bb6675;hpb=e7ab42f84cca40feb87898e461b2e04df76484ed;p=dockapps%2Fwmnotify.git diff --git a/src/pop3.h b/src/pop3.h index 996d611..578482b 100644 --- a/src/pop3.h +++ b/src/pop3.h @@ -3,19 +3,7 @@ * * Copyright (C) 2003 Hugo Villeneuve * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + * This file is released under the GPLv2 */ #ifndef POP3_H @@ -48,7 +36,6 @@ #define POP3_RSP_SUCCESS "+OK" #define POP3_RSP_FAILURE "-ERR" -int -POP3_CheckForNewMail( void ); +int POP3_CheckForNewMail(void); #endif /* POP3_H */