1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/security/clamav/files/patch-libclamav_clamav.h
Jean-Yves Lefort 8e9ddc579f - Update to 0.85 [1]
- Fix syntax of "extern C" wrappers in .h files [2]
- Use SUB_FILES facility
- Polish the Makefile

PR:		ports/80947
Submitted by:	maintainer [1], Milan Obuch <ports-bugs@dino.sk> [2]
2005-05-13 08:16:40 +00:00

12 lines
230 B
C

--- libclamav/clamav.h.orig Fri May 13 09:11:42 2005
+++ libclamav/clamav.h Fri May 13 09:11:46 2005
@@ -221,7 +221,7 @@
extern const char *cl_perror(int clerror); /* deprecated */
#ifdef __cplusplus
-};
+}
#endif
#endif