summaryrefslogtreecommitdiff
path: root/ext/db/php_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/db/php_db.h')
-rw-r--r--ext/db/php_db.h2
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);