summaryrefslogtreecommitdiff
path: root/ext/dba/php3_db2.h
blob: 0f8c458db93a3048c19c76d7802597e85c8bb135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _PHP3_DB2_H
#define _PHP3_DB2_H

#if DBA_DB2

#include "php3_dba.h"

DBA_FUNCS(db2);

#endif

#endif