php-src/ext/dba/php_db3.h
2022-04-01 14:38:44 +01:00

13 lines
107 B
C

#ifndef PHP_DB3_H
#define PHP_DB3_H
#ifdef DBA_DB3
#include "php_dba.h"
DBA_FUNCS(db3);
#endif
#endif