From 3203957864a8f365b7518bdf3ecd645b41839f8d Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 18 Dec 2003 20:32:39 +0000 Subject: Add this file too --- ext/dba/php_qdbm.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ext/dba/php_qdbm.h (limited to 'ext/dba/php_qdbm.h') 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 -- cgit v1.2.1