~ubuntu-branches/ubuntu/saucy/clamav/saucy

« back to all changes in this revision

Viewing changes to shared/output.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2007-12-18 15:18:53 UTC
  • mfrom: (0.25.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071218151853-ag6bdjbq6budh353
Tags: 0.92~dfsg-0build1
Fake sync to get the new clamav into the NEW queue

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
int mdprintf(int desc, const char *str, ...);
30
30
 
31
31
int logg(const char *str, ...);
32
 
 
33
32
void logg_close(void);
34
33
extern short int logg_verbose, logg_lock, logg_time;
35
 
extern int logg_size;
 
34
extern unsigned int logg_size;
36
35
extern const char *logg_file;
37
36
 
38
37
#if defined(USE_SYSLOG) && !defined(C_AIX)
41
40
#endif
42
41
 
43
42
void mprintf(const char *str, ...);
44
 
 
45
43
extern short int mprintf_disabled, mprintf_verbose, mprintf_quiet, mprintf_stdout;
46
44
 
47
45
#endif