/[mailutils]/mailutils/pop3d/pop3d.h
ViewVC logotype

Diff of /mailutils/pop3d/pop3d.h

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

revision 1.39 by gray, Mon Jan 6 14:48:18 2003 UTC revision 1.40 by polak, Mon Jan 13 23:01:30 2003 UTC
# Line 123  Line 123 
123  #include <mailutils/registrar.h>  #include <mailutils/registrar.h>
124  #include <mailutils/url.h>  #include <mailutils/url.h>
125  #include <mailutils/mu_auth.h>  #include <mailutils/mu_auth.h>
126    #include <mailutils/tls.h>
127  #include <mailutils/nls.h>  #include <mailutils/nls.h>
128    
129  /* For Berkley DB2 APOP password file */  /* For Berkley DB2 APOP password file */
# Line 175  extern char *md5shared; Line 176  extern char *md5shared;
176  extern volatile size_t children;  extern volatile size_t children;
177  extern struct daemon_param daemon_param;  extern struct daemon_param daemon_param;
178  extern int debug_mode;  extern int debug_mode;
179    extern int tls_available;
180    extern int tls_done;
181    
182  extern int pop3d_abquit         __P ((int));  extern int pop3d_abquit         __P ((int));
183  extern int pop3d_apop           __P ((const char *));  extern int pop3d_apop           __P ((const char *));
# Line 193  extern int pop3d_rset           __P ((co Line 196  extern int pop3d_rset           __P ((co
196  extern RETSIGTYPE pop3d_sigchld __P ((int));  extern RETSIGTYPE pop3d_sigchld __P ((int));
197  extern RETSIGTYPE pop3d_signal  __P ((int));  extern RETSIGTYPE pop3d_signal  __P ((int));
198  extern int pop3d_stat           __P ((const char *));  extern int pop3d_stat           __P ((const char *));
199    #ifdef WITH_TLS
200    extern int pop3d_stls           __P ((const char *));
201    #endif /* WITH_TLS */
202  extern int pop3d_top            __P ((const char *));  extern int pop3d_top            __P ((const char *));
203  extern int pop3d_touchlock      __P ((void));  extern int pop3d_touchlock      __P ((void));
204  extern int pop3d_uidl           __P ((const char *));  extern int pop3d_uidl           __P ((const char *));

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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