/[imapfilter]/imapfilter/log.c
ViewVC logotype

Diff of /imapfilter/log.c

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

revision 1.6 by lefcha, Sun Aug 26 01:18:24 2001 UTC revision 1.7 by lefcha, Sun Aug 26 10:02:46 2001 UTC
# Line 17  static FILE *logfp;            /* Points to logfil Line 17  static FILE *logfp;            /* Points to logfil
17    
18    
19  /*  /*
20     * Prints message if not in OPT_DETAILS_QUITE mode.
21     */
22    void info(const char *info, ...)
23    {
24        va_list args;
25        
26        if (!(options & OPT_DETAILS_QUITE)) {
27            va_start(args, info);
28            vprintf(info, args);
29            va_end(args);
30        }
31    }
32    
33    
34    /*
35   * Prints message if in OPT_DETAILS_VERBOSE mode.   * Prints message if in OPT_DETAILS_VERBOSE mode.
36   */   */
37  void verbose(const char *info, ...)  void verbose(const char *info, ...)

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26