/[mailutils]/mailutils/mail.local/mail.local.h
ViewVC logotype

Diff of /mailutils/mail.local/mail.local.h

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

revision 1.1 by gray, Mon Jan 21 15:04:11 2002 UTC revision 1.2 by gray, Tue Jan 22 15:19:17 2002 UTC
# Line 29  Line 29 
29  #include <stdarg.h>  #include <stdarg.h>
30  #include <sys/stat.h>  #include <sys/stat.h>
31  #include <sysexits.h>  #include <sysexits.h>
32    #include <sys/socket.h>
33    #include <netinet/in.h>
34    #include <arpa/inet.h>
35    #include <netdb.h>
36  #include "getopt.h"  #include "getopt.h"
37    
38  #ifdef HAVE_STRINGS_H  #ifdef HAVE_STRINGS_H
39  # include <strings.h>  # include <strings.h>
40  #endif  #endif
41    
42    #ifndef INADDR_LOOPBACK
43    # define INADDR_LOOPBAK 0x7f000001
44    #endif
45    
46  #include <mailutils/mailbox.h>  #include <mailutils/mailbox.h>
47  #include <mailutils/message.h>  #include <mailutils/message.h>
48  #include <mailutils/error.h>  #include <mailutils/error.h>
# Line 52  extern int debug_level; Line 60  extern int debug_level;
60  #define MQUOTA_EXCEEDED   1  #define MQUOTA_EXCEEDED   1
61  #define MQUOTA_UNLIMITED  2  #define MQUOTA_UNLIMITED  2
62    
 struct mda_data  
 {  
   FILE *fp;  
   char *progfile;  
   char *progfile_pattern;  
   char **argv;  
   char *tempfile;  
 };  
   
63  extern char *quotadbname;  extern char *quotadbname;
64  extern int exit_code;  extern int exit_code;
65    
# Line 71  int mda (FILE *fp, char *username, mailb Line 70  int mda (FILE *fp, char *username, mailb
70  char *make_progfile_name (char *pattern, char *username);  char *make_progfile_name (char *pattern, char *username);
71    
72  #ifdef WITH_GUILE  #ifdef WITH_GUILE
73    struct mda_data
74    {
75      FILE *fp;
76      char *progfile;
77      char *progfile_pattern;
78      char **argv;
79      char *tempfile;
80    };
81    
82  int prog_mda (struct mda_data *data);  int prog_mda (struct mda_data *data);
83    
84    extern int debug_guile;
85  #endif  #endif
86    

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