php-src/ext/dba/php_db3.h
Sascha Schumann 5b983c944f Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.
1999-12-04 19:19:57 +00:00

13 lines
106 B
C

#ifndef _PHP_DB3_H
#define _PHP_DB3_H
#if DBA_DB3
#include "php_dba.h"
DBA_FUNCS(db3);
#endif
#endif