summaryrefslogtreecommitdiff
path: root/ext/dba/libcdb/cdb_make.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-12-30 13:07:30 +0000
committerMarcus Boerger <helly@php.net>2002-12-30 13:07:30 +0000
commit4d2f7207c04a6377699cb96a7946cde3662c51fe (patch)
tree991d8a9236c178eeb497c2a58a56ff37c0cfcca8 /ext/dba/libcdb/cdb_make.h
parent426cf8eb5712f10e84a16f1cbb127c1aaa045d9c (diff)
downloadphp-git-4d2f7207c04a6377699cb96a7946cde3662c51fe.tar.gz
Add info function to handlers and return handler info when dba_handlers is
called with optional parameter full_info set true.
Diffstat (limited to 'ext/dba/libcdb/cdb_make.h')
-rw-r--r--ext/dba/libcdb/cdb_make.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dba/libcdb/cdb_make.h b/ext/dba/libcdb/cdb_make.h
index e5fb65fe49..ff409682d9 100644
--- a/ext/dba/libcdb/cdb_make.h
+++ b/ext/dba/libcdb/cdb_make.h
@@ -59,5 +59,6 @@ int cdb_make_addbegin(struct cdb_make *, unsigned int, unsigned int TSRMLS_DC);
int cdb_make_addend(struct cdb_make *, unsigned int, unsigned int, uint32 TSRMLS_DC);
int cdb_make_add(struct cdb_make *, char *, unsigned int, char *, unsigned int TSRMLS_DC);
int cdb_make_finish(struct cdb_make * TSRMLS_DC);
+char *cdb_make_version();
#endif