/[anubis]/anubis/src/extern.h
ViewVC logotype

Diff of /anubis/src/extern.h

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

revision 1.10 by polak, Fri Feb 28 20:42:07 2003 UTC revision 1.11 by polak, Fri Mar 7 19:51:23 2003 UTC
# Line 54  struct session_struct { Line 54  struct session_struct {
54   unsigned int socks_port;   unsigned int socks_port;
55  };  };
56    
 struct rm_struct {  
  char *rrt;  
  char *post;  
  char *header;  
  char *gpg_file;  
  char *latent_time;  
 };  
   
57  #ifdef HAVE_TLS  #ifdef HAVE_TLS
58  struct secure_struct {  struct secure_struct {
59   gnutls_session client;   gnutls_session client;
# Line 88  struct secure_struct { Line 80  struct secure_struct {
80    
81  extern struct options_struct options;  extern struct options_struct options;
82  extern struct session_struct session;  extern struct session_struct session;
 extern struct rm_struct rm;  
83  #if defined(HAVE_TLS) || defined(HAVE_SSL)  #if defined(HAVE_TLS) || defined(HAVE_SSL)
84  extern struct secure_struct secure;  extern struct secure_struct secure;
85  #endif /* HAVE_TLS or HAVE_SSL */  #endif /* HAVE_TLS or HAVE_SSL */

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

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