diff options
Diffstat (limited to 'ext/dba/php_db3.h')
-rw-r--r-- | ext/dba/php_db3.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/dba/php_db3.h b/ext/dba/php_db3.h new file mode 100644 index 0000000000..126afe98a6 --- /dev/null +++ b/ext/dba/php_db3.h @@ -0,0 +1,12 @@ +#ifndef _PHP_DB3_H +#define _PHP_DB3_H + +#if DBA_DB3 + +#include "php_dba.h" + +DBA_FUNCS(db3); + +#endif + +#endif |