mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
5b983c944f
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
13 lines
106 B
C
13 lines
106 B
C
#ifndef _PHP_DB2_H
|
|
#define _PHP_DB2_H
|
|
|
|
#if DBA_DB2
|
|
|
|
#include "php_dba.h"
|
|
|
|
DBA_FUNCS(db2);
|
|
|
|
#endif
|
|
|
|
#endif
|