~ubuntu-branches/ubuntu/raring/clamav/raring-proposed

« back to all changes in this revision

Viewing changes to clamdscan/client.h

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2013-03-19 06:38:51 UTC
  • mfrom: (0.35.34 sid)
  • Revision ID: package-import@ubuntu.com-20130319063851-bbuk8h4jrzh09u1r
Tags: 0.97.7+dfsg-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Drop build-dep on electric-fence (in Universe)
  - Add apparmor profiles for clamd and freshclam along with maintainer
    script changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    CONT,
28
28
    MULTI,
29
29
    STREAM,
30
 
    FILDES
 
30
    FILDES,
 
31
    ALLMATCH,
 
32
    MAX_SCANTYPE = ALLMATCH
31
33
};
32
34
 
33
35
int client(const struct optstruct *opts, int *infected, int *err);