/[mailutils]/mailutils/include/mailutils/mailbox.h
ViewVC logotype

Diff of /mailutils/include/mailutils/mailbox.h

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

revision 1.17 by sroberts, Sat Jan 19 20:26:26 2002 UTC revision 1.18 by gray, Wed Feb 27 12:02:52 2002 UTC
# Line 19  Line 19 
19  #define _MAILUTILS_MAILBOX_H  #define _MAILUTILS_MAILBOX_H
20    
21  #include <sys/types.h>  #include <sys/types.h>
22    #include <mailutils/mu_features.h>
23    
24  /* Forward declaration.  */  /* Forward declaration.  */
25  struct _mailbox;  struct _mailbox;
# Line 37  typedef struct _mailbox *mailbox_t; Line 38  typedef struct _mailbox *mailbox_t;
38  extern "C" {  extern "C" {
39  #endif  #endif
40    
41  #ifndef __P  extern char *mu_path_maildir;
 # ifdef __STDC__  
 #  define __P(args) args  
 # else  
 #  define __P(args) ()  
 # endif  
 #endif /*__P */  
42    
43  /* Constructor/destructor and possible types.  */  /* Constructor/destructor and possible types.  */
44  extern int  mailbox_create          __P ((mailbox_t *, const char *));  extern int  mailbox_create          __P ((mailbox_t *, const char *));

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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