add missing prototype for cli_ac_setdepth() (bb#711)

git-svn: trunk@3397
remotes/push_mirror/metadata
Tomasz Kojm 18 years ago
parent 5ca7fd1813
commit 73843a79b9
  1. 4
      ChangeLog
  2. 2
      libclamav/matcher-ac.h

@ -1,3 +1,7 @@
Wed Dec 12 23:17:02 CET 2007 (tk)
---------------------------------
* libclamav/matcher-ac.h: add missing prototype for cli_ac_setdepth() (bb#711)
Wed Dec 12 21:59:00 CET 2007 (tk) Wed Dec 12 21:59:00 CET 2007 (tk)
--------------------------------- ---------------------------------
* libclamunrar, libclamunrar_iface: re-include RAR code * libclamunrar, libclamunrar_iface: re-include RAR code

@ -70,6 +70,6 @@ int cli_ac_buildtrie(struct cli_matcher *root);
int cli_ac_init(struct cli_matcher *root, uint8_t mindepth, uint8_t maxdepth); int cli_ac_init(struct cli_matcher *root, uint8_t mindepth, uint8_t maxdepth);
void cli_ac_free(struct cli_matcher *root); void cli_ac_free(struct cli_matcher *root);
int cli_ac_addsig(struct cli_matcher *root, const char *virname, const char *hexsig, uint32_t sigid, uint16_t parts, uint16_t partno, uint16_t type, uint32_t mindist, uint32_t maxdist, const char *offset, uint8_t target); int cli_ac_addsig(struct cli_matcher *root, const char *virname, const char *hexsig, uint32_t sigid, uint16_t parts, uint16_t partno, uint16_t type, uint32_t mindist, uint32_t maxdist, const char *offset, uint8_t target);
void cli_ac_setdepth(uint8_t mindepth, uint8_t maxdepth);
#endif #endif

Loading…
Cancel
Save