Correct parameter type in cl_strerror() public API

This does not change the ABI because enums are ints. Though it may add warnings.
pull/727/head
Micah Snyder 3 years ago committed by Micah Snyder
parent 15f9979016
commit 0d13177ada
  1. 2
      libclamav/clamav.h

@ -1200,7 +1200,7 @@ extern const char *cl_retver(void);
/* ----------------------------------------------------------------------------
* Others.
*/
extern const char *cl_strerror(int clerror);
extern const char *cl_strerror(cl_error_t clerror);
/* ----------------------------------------------------------------------------
* Custom data scanning.

Loading…
Cancel
Save