~ubuntu-branches/ubuntu/trusty/clamav/trusty-proposed

« back to all changes in this revision

Viewing changes to clamd/dazukoio_compat12.h

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Gran
  • Date: 2005-09-19 09:05:59 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050919090559-hikpqduq8yx5qxo2
Tags: 0.87-1
* New upstream version
  - Fixes CAN-2005-2920 and CAN-2005-2919 (closes: #328660)
* New logcheck line for clamav-daemon (closes: #323132)
* relibtoolize and apply kfreebsd patch (closes: #327707)
* Make sure init.d script starts freshclam up again after upgrade when run
  from if-up.d (closes: #328912)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
#endif
4
4
 
5
5
#ifdef CLAMUKO
6
 
 
7
 
/* Dazuko Interface. Interace with Dazuko 1.2.x for file access control.
 
6
/* Dazuko Interface. Interace with Dazuko 1.x for file access control.
8
7
   Written by John Ogness <jogness@antivir.de>
9
8
 
10
 
   Copyright (c) 2003 H+BEDV Datentechnik GmbH
 
9
   Copyright (c) 2003, 2004 H+BEDV Datentechnik GmbH
11
10
   All rights reserved.
12
11
 
13
12
   Redistribution and use in source and binary forms, with or without
59
58
int dazukoUnregister_TS_compat12(struct dazuko_id *dazuko);
60
59
 
61
60
#endif
62
 
 
63
61
#endif