From b734bf4b97f9203eb7a7a6a7ef24286f2272bd08 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 21 May 2008 09:27:41 +0000 Subject: - sync with PECL HEAD --- ext/zip/lib/zip_source_function.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'ext/zip/lib/zip_source_function.c') diff --git a/ext/zip/lib/zip_source_function.c b/ext/zip/lib/zip_source_function.c index 4ab1109244..fe3e82aa5b 100644 --- a/ext/zip/lib/zip_source_function.c +++ b/ext/zip/lib/zip_source_function.c @@ -1,11 +1,9 @@ /* - $NiH: zip_source_function.c,v 1.4 2006/02/21 09:41:00 dillo Exp $ - zip_source_function.c -- create zip data source from callback function - Copyright (C) 1999, 2003, 2004 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2007 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. - The authors can be contacted at + The authors can be contacted at Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -37,12 +35,11 @@ #include -#include "zip.h" #include "zipint.h" -PHPZIPAPI struct zip_source * +ZIP_EXTERN(struct zip_source *) zip_source_function(struct zip *za, zip_source_callback zcb, void *ud) { struct zip_source *zs; -- cgit v1.2.1