summaryrefslogtreecommitdiff
path: root/ext/dba/php_qdbm.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-12-18 20:32:39 +0000
committerMarcus Boerger <helly@php.net>2003-12-18 20:32:39 +0000
commit3203957864a8f365b7518bdf3ecd645b41839f8d (patch)
treea95fbee4abe89a66ef08f0e653dad8fa366f29c4 /ext/dba/php_qdbm.h
parentc69fb4133da140ff9eba8842dd479492bec8dfbe (diff)
downloadphp-git-3203957864a8f365b7518bdf3ecd645b41839f8d.tar.gz
Add this file too
Diffstat (limited to 'ext/dba/php_qdbm.h')
-rw-r--r--ext/dba/php_qdbm.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/dba/php_qdbm.h b/ext/dba/php_qdbm.h
new file mode 100644
index 0000000000..c88efcff4c
--- /dev/null
+++ b/ext/dba/php_qdbm.h
@@ -0,0 +1,12 @@
+#ifndef PHP_QDBM_H
+#define PHP_QDBM_H
+
+#if DBA_QDBM
+
+#include "php_dba.h"
+
+DBA_FUNCS(qdbm);
+
+#endif
+
+#endif