iliaa Wed Nov 13 12:17:31 2002 EDT
Modified files:
/php4/ext/yaz php_yaz.c
Log:
Compile warning fix.
Index: php4/ext/yaz/php_yaz.c
diff -u php4/ext/yaz/php_yaz.c:1.57 php4/ext/yaz/php_yaz.c:1.58
--- php4/ext/yaz/php_yaz.c:1.57 Tue Nov 5 14:57:02 2002
+++ php4/ext/yaz/php_yaz.c Wed Nov 13 12:17:31 2002
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_yaz.c,v 1.57 2002/11/05 19:57:02 iliaa Exp $ */
+/* $Id: php_yaz.c,v 1.58 2002/11/13 17:17:31 iliaa Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -214,9 +214,11 @@
return 0;
}
+#if iliaa_0 /* compile warning fix */
static int send_present (Yaz_Association t);
static int send_sort_present (Yaz_Association t);
static int send_sort (Yaz_Association t);
+#endif
const char *option_get (Yaz_Association as, const char *name)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php