mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
8e9ddc579f
- 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]
12 lines
230 B
C
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
|