remove cl_perror()

git-svn: trunk@1750
remotes/push_mirror/metadata
Tomasz Kojm 20 years ago
parent 8d245ed4ac
commit 3b8356a1cd
  1. 4
      clamav-devel/ChangeLog
  2. 1
      clamav-devel/libclamav/clamav.h
  3. 5
      clamav-devel/libclamav/others.c

@ -1,3 +1,7 @@
Thu Nov 10 23:48:27 CET 2005 (tk)
---------------------------------
* libclamav/others.c, clamav.h: remove cl_perror()
Thu Nov 10 20:26:44 CET 2005 (tk)
---------------------------------
* libclamav/matcher.c: remove cl_buildtrie(), cl_freetrie()

@ -221,7 +221,6 @@ extern int cl_build(struct cl_engine *engine);
extern void cl_free(struct cl_engine *engine);
extern const char *cl_strerror(int clerror);
extern const char *cl_perror(int clerror); /* deprecated */
#ifdef __cplusplus
}

@ -202,11 +202,6 @@ const char *cl_strerror(int clerror)
}
}
const char *cl_perror(int clerror)
{
return cl_strerror(clerror);
}
unsigned char *cli_md5digest(int desc)
{
unsigned char *digest;

Loading…
Cancel
Save