X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fpop3%2Fserv_pop3.h;h=4f0fa6bcef7a95f0f6bd4a2418df03723fbd3509;hb=8c47559cb5ae97ec0fa35660ee16fd61a9451c72;hp=8c73f689d0d2bd796c010aecb6e2e30694d2180d;hpb=84aa84fdd0a02f703c5e836f258e33f950c66355;p=citadel.git diff --git a/citadel/modules/pop3/serv_pop3.h b/citadel/modules/pop3/serv_pop3.h index 8c73f689d..4f0fa6bce 100644 --- a/citadel/modules/pop3/serv_pop3.h +++ b/citadel/modules/pop3/serv_pop3.h @@ -1,6 +1,22 @@ /* * $Id$ * + * + * Copyright (c) 1998-2009 by the citadel.org team + * + * 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 3 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ struct pop3msg { @@ -20,7 +36,7 @@ struct citpop3 { /* Information about the current session */ * incremented by one. */ -#define POP3 CC->POP3 +#define POP3 ((struct citpop3 *)CC->session_specific_data) void pop3_cleanup_function(void); void pop3_greeting(void);