summaryrefslogtreecommitdiff
path: root/ext/yaz/php_yaz.h
diff options
context:
space:
mode:
authorAdam Dickmeiss <dickmeiss@php.net>2002-01-17 23:21:28 +0000
committerAdam Dickmeiss <dickmeiss@php.net>2002-01-17 23:21:28 +0000
commitb2e578256e17077bde6731335d1a243fb6311fc2 (patch)
tree4509e607c29c61c17a0446df7998287a2826c2dc /ext/yaz/php_yaz.h
parent5b20d4c06774dbb622a814c83a665430759ea2d3 (diff)
downloadphp-git-b2e578256e17077bde6731335d1a243fb6311fc2.tar.gz
New function yaz_es_result: Z395.0 Extended Services Result.
----------------------------------------------------------------------
Diffstat (limited to 'ext/yaz/php_yaz.h')
-rw-r--r--ext/yaz/php_yaz.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/yaz/php_yaz.h b/ext/yaz/php_yaz.h
index 8ab40b1ffe..cbe55e129e 100644
--- a/ext/yaz/php_yaz.h
+++ b/ext/yaz/php_yaz.h
@@ -45,6 +45,7 @@ PHP_FUNCTION(yaz_range);
PHP_FUNCTION(yaz_itemorder);
PHP_FUNCTION(yaz_scan);
PHP_FUNCTION(yaz_scan_result);
+PHP_FUNCTION(yaz_es_result);
PHP_FUNCTION(yaz_present);
PHP_FUNCTION(yaz_ccl_conf);
PHP_FUNCTION(yaz_ccl_parse);