diff options
author | Zeev Suraski <zeev@php.net> | 2000-02-05 15:16:12 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-02-05 15:16:12 +0000 |
commit | 3a816341f9f4ffa39b088424d78f967fa0118118 (patch) | |
tree | 7056708e26424e2611e600c3ff6966a7511e9d4e /ext/db/php_db.h | |
parent | 9f51f154aa5e40baabd3b605675edef5772778a8 (diff) | |
download | php-git-3a816341f9f4ffa39b088424d78f967fa0118118.tar.gz |
Cleanup patches
Diffstat (limited to 'ext/db/php_db.h')
-rw-r--r-- | ext/db/php_db.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/db/php_db.h b/ext/db/php_db.h index 5074ac86e8..60fbe1d4f6 100644 --- a/ext/db/php_db.h +++ b/ext/db/php_db.h @@ -62,7 +62,7 @@ typedef struct dbm_info { #define phpext_db_ptr NULL #endif -dbm_info *php_find_dbm(pval *id,HashTable *list); +dbm_info *php_find_dbm(pval *id); int php_dbm_close(dbm_info *info); dbm_info *php_dbm_open(char *filename, char *mode); int php_dbm_insert(dbm_info *info, char *key, char *value); |