/[mailutils]/mailutils/mailbox2/include/mailutils/pop3.h
ViewVC logotype

Diff of /mailutils/mailbox2/include/mailutils/pop3.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by alainm, Sat Oct 20 04:19:38 2001 UTC revision 1.8 by gray, Wed Mar 13 09:29:50 2002 UTC
# Line 18  Line 18 
18  #ifndef _MAILUTILS_POP3_H  #ifndef _MAILUTILS_POP3_H
19  #define _MAILUTILS_POP3_H  #define _MAILUTILS_POP3_H
20    
21    #include <mailutils/mu_features.h>
22  #include <mailutils/iterator.h>  #include <mailutils/iterator.h>
23  #include <mailutils/debug.h>  #include <mailutils/debug.h>
24  #include <mailutils/stream.h>  #include <mailutils/stream.h>
# Line 26  Line 27 
27  extern "C" {  extern "C" {
28  #endif  #endif
29    
 #ifndef __P  
 # ifdef __STDC__  
 #  define __P(args) args  
 # else  
 #  define __P(args) ()  
 # endif  
 #endif /*__P */  
   
30  struct _pop3;  struct _pop3;
31  typedef struct _pop3* pop3_t;  typedef struct _pop3* pop3_t;
32  typedef iterator_t pop3_capa_iterator_t;  typedef iterator_t pop3_capa_iterator_t;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26