]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/pop3/serv_pop3.h
pop3: style cleanup
[citadel.git] / citadel / modules / pop3 / serv_pop3.h
index 8c73f689d0d2bd796c010aecb6e2e30694d2180d..e10213c56c197bfe55a3fbeea0d2d9ec3384175e 100644 (file)
@@ -1,6 +1,13 @@
 /*
- * $Id$
+ * Copyright (c) 1998-2017 by the citadel.org team
  *
+ * This program is open source software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 3.
+ *
+ * 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.
  */
 
 struct pop3msg {
@@ -20,7 +27,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);