/[imapfilter]/imapfilter/imapfilter.h
ViewVC logotype

Diff of /imapfilter/imapfilter.h

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

revision 1.59 by lefcha, Sun May 25 12:11:10 2003 UTC revision 1.60 by lefcha, Mon May 26 08:27:10 2003 UTC
# Line 19  Line 19 
19  #endif  #endif
20    
21  /* Program's version number. */  /* Program's version number. */
22  #define IMAPFILTER_VERSION              "0.8.8"  #define IMAPFILTER_VERSION              "0.8.9"
23    
24  /* Error codes returned by functions. */  /* Error codes returned by functions. */
25  #define ERROR_SIGNAL                    1  #define ERROR_SIGNAL                    1
# Line 159  void set_options(char *line, regmatch_t Line 159  void set_options(char *line, regmatch_t
159    
160  int read_passwords(void);  int read_passwords(void);
161  int parse_passwords(FILE * fd);  int parse_passwords(FILE * fd);
162  int store_passwords(account_t * accts[]);  int store_passwords(account_t ** accts);
163    
164  int create_homedir(void);  int create_homedir(void);
165  int exists_file(char *fname);  int exists_file(char *fname);
# Line 259  char *xstrncpy(char *dest, const char *s Line 259  char *xstrncpy(char *dest, const char *s
259  void get_password(char *passwd, size_t pwlen);  void get_password(char *passwd, size_t pwlen);
260    
261  #ifdef ENCRYPTED_PASSWORDS  #ifdef ENCRYPTED_PASSWORDS
262  int encrypt_passwords(FILE * fd, account_t * accts[]);  int encrypt_passwords(FILE * fd, account_t ** accts);
263  int decrypt_passwords(unsigned char **buf, FILE * fd);  int decrypt_passwords(unsigned char **buf, FILE * fd);
264  void password_editor(void);  void password_editor(void);
265    

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26