ports/devel/cgilib/files/patch-cgi.h
Dmitry Sivachenko 3cf6424713 Allow use cgilib from C++.
Submitted by:	Sergei Tsetlin <htmlcoder@yandex.ru>
2016-03-22 13:11:14 +00:00

11 lines
217 B
C

--- cgi.h.orig 2008-04-06 13:43:42.000000000 +0400
+++ cgi.h 2016-03-18 01:18:48.000000000 +0400
@@ -143,7 +143,7 @@
char *cgiEscape (char *string);
#ifdef __cplusplus
-extern }
+}
#endif
#endif /* _CGI_H_ */