summaryrefslogtreecommitdiff
path: root/ext/dba/php_cdb.h
blob: 55740389915373e19661b2a206dd1e3cca33b7c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _PHP_CDB_H
#define _PHP_CDB_H

#if DBA_CDB

#include "php_dba.h"

DBA_FUNCS(cdb);

#endif

#endif