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

Diff of /anubis/src/headers.h

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

revision 1.15 by gray, Fri Feb 28 15:27:11 2003 UTC revision 1.16 by polak, Fri Feb 28 20:46:27 2003 UTC
# Line 127  Line 127 
127  # include <security/pam_misc.h>  # include <security/pam_misc.h>
128  #endif /* HAVE_PAM */  #endif /* HAVE_PAM */
129    
 #include "mem.h" /* xfree(), xfree_pptr() */  
   
 #include "list.h"  
   
130  #ifdef ENABLE_NLS  #ifdef ENABLE_NLS
131  # include <libintl.h>  # include <libintl.h>
132  # define _(String) gettext(String)  # define _(String) gettext(String)
# Line 148  Line 144 
144  # include <libguile.h>  # include <libguile.h>
145  #endif /* WITH_GUILE */  #endif /* WITH_GUILE */
146    
147    #include "mem.h" /* xfree(), xfree_pptr() */
148    #include "list.h"
149    
150  #ifndef INADDR_NONE  #ifndef INADDR_NONE
151  # define INADDR_NONE (unsigned long)0xffffffff  # define INADDR_NONE (unsigned long)0xffffffff
152  #endif /* not INADDR_NONE */  #endif /* not INADDR_NONE */
# Line 191  Line 190 
190  #define CF_CLIENT     0x0001  #define CF_CLIENT     0x0001
191  #define CF_SUPERVISOR 0x0002  #define CF_SUPERVISOR 0x0002
192  #define CF_INIT       0x0004  #define CF_INIT       0x0004
   
193  #define CF_ALL CF_INIT|CF_SUPERVISOR|CF_CLIENT  #define CF_ALL CF_INIT|CF_SUPERVISOR|CF_CLIENT
194    
195  /* output modes */  /* output modes */
# Line 269  struct message_struct { Line 267  struct message_struct {
267          char *boundary;          char *boundary;
268  };  };
269    
   
270  /* main.c */  /* main.c */
   
271  void anubis(char *arg);  void anubis(char *arg);
272    
273  /* mem.c */  /* mem.c */
# Line 367  char *substitute(char *, char **); Line 363  char *substitute(char *, char **);
363  char *insert(char *, char *, char *);  char *insert(char *, char *, char *);
364  void change_to_lower(char *);  void change_to_lower(char *);
365    
366  /* file.c */  /* files.c */
367  void check_all_files(char *);  void message_append_text_file(MESSAGE *, char *);
368    void message_append_signature_file(MESSAGE *, char *);
369    
370  /* regex.c */  /* regex.c */
371  int anubis_regex_match(RC_REGEX *re, char *line, int *refc, char ***refv);  int anubis_regex_match(RC_REGEX *re, char *line, int *refc, char ***refv);
# Line 429  void guile_postprocess_proc(char *procna Line 426  void guile_postprocess_proc(char *procna
426  void guile_section_init();  void guile_section_init();
427  #endif /* WITH_GUILE */  #endif /* WITH_GUILE */
428    
   
429  /* EOF */  /* EOF */
430    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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