From: Marcus Boerger Date: Thu, 18 Dec 2003 20:32:39 +0000 (+0000) Subject: Add this file too X-Git-Tag: php-5.0.0b3RC2~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3203957864a8f365b7518bdf3ecd645b41839f8d;p=php Add this file too --- 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