From f76eac59c025250aac658f375f6e69858e81668e Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Sat, 12 Jan 2008 03:48:39 +0000 Subject: MFH: export symbols for use by other extensions like phar --- ext/zip/lib/zip_new.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/zip/lib/zip_new.c') diff --git a/ext/zip/lib/zip_new.c b/ext/zip/lib/zip_new.c index 660183a15c..378513b6cf 100644 --- a/ext/zip/lib/zip_new.c +++ b/ext/zip/lib/zip_new.c @@ -45,7 +45,7 @@ creates a new zipfile struct, and sets the contents to zero; returns the new struct. */ -struct zip * +PHPZIPAPI struct zip * _zip_new(struct zip_error *error) { struct zip *za; -- cgit v1.2.1