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

« back to all changes in this revision

Viewing changes to libclamav/others.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:
30
30
#include "clamav.h"
31
31
#include "dconf.h"
32
32
 
 
33
extern uint8_t cli_debug_flag, cli_leavetemps_flag;
 
34
 
33
35
/*
34
36
 * CLI_ISCONTAINED(buf1, size1, buf2, size2) checks if buf2 is contained
35
37
 * within buf1.
177
179
int cli_readn(int fd, void *buff, unsigned int count);
178
180
int cli_writen(int fd, const void *buff, unsigned int count);
179
181
char *cli_gentemp(const char *dir);
180
 
char *cli_gentempdir(const char *dir);
181
 
char *cli_gentempdesc(const char *dir, int *fd);
182
 
char *cli_gentempstream(const char *dir, FILE **fs);
 
182
int cli_gentempfd(const char *dir, char **name, int *fd);
183
183
unsigned int cli_rndnum(unsigned int max);
184
184
int cli_filecopy(const char *src, const char *dest);
185
185
bitset_t *cli_bitset_init(void);