summaryrefslogtreecommitdiff
path: root/ext/pgsql/php_pgsql.h
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-10-17 23:41:34 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-10-17 23:41:34 +0000
commit7094b48b23ead90e2eb5cfbe44cabe0f9f19b296 (patch)
tree86385809d4bb2cab8279f78de48b055013a17b36 /ext/pgsql/php_pgsql.h
parent30c16baac27b0e74ce900d9ffdd076b381ad0a0d (diff)
downloadphp-git-7094b48b23ead90e2eb5cfbe44cabe0f9f19b296.tar.gz
Added pg_get_pid()
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r--ext/pgsql/php_pgsql.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h
index 5fef4ef781..3773904dfd 100644
--- a/ext/pgsql/php_pgsql.h
+++ b/ext/pgsql/php_pgsql.h
@@ -99,6 +99,7 @@ PHP_FUNCTION(pg_field_prtlen);
PHP_FUNCTION(pg_field_is_null);
/* async message functions */
PHP_FUNCTION(pg_get_notify);
+PHP_FUNCTION(pg_get_pid);
/* error message functions */
PHP_FUNCTION(pg_result_error);
PHP_FUNCTION(pg_last_error);