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

Diff of /mailutils/mailbox/folder_pop.c

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

revision 1.9 by sroberts, Mon Mar 25 03:46:11 2002 UTC revision 1.10 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_POP
23    
24  #include <errno.h>  #include <errno.h>
25  #include <stdlib.h>  #include <stdlib.h>
26  #include <string.h>  #include <string.h>
# Line 128  folder_pop_get_authority (folder_t folde Line 130  folder_pop_get_authority (folder_t folde
130      *pauth = folder->authority;      *pauth = folder->authority;
131    return status;    return status;
132  }  }
133    
134    #else
135    #include <stdio.h>
136    #include <registrar0.h>
137    record_t pop_record = NULL;
138    #endif

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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