/[mailutils]/mailutils/mailbox/folder_mh.c
ViewVC logotype

Diff of /mailutils/mailbox/folder_mh.c

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

revision 1.1 by gray, Sat Sep 8 10:25:48 2001 UTC revision 1.2 by gray, Tue Oct 29 12:44:30 2002 UTC
# Line 19  Line 19 
19  # include <config.h>  # include <config.h>
20  #endif  #endif
21    
22    #ifdef ENABLE_MH
23    
24  #include <errno.h>  #include <errno.h>
25    
26  #include <folder0.h>  #include <folder0.h>
# Line 46  _folder_mh_init (folder_t folder) Line 48  _folder_mh_init (folder_t folder)
48    (void)folder;    (void)folder;
49    return 0;    return 0;
50  }  }
51    
52    #else
53    #include <stdio.h>
54    #include <registrar0.h>
55    record_t mh_record = NULL;
56    #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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