php_cdb.h 104 B

123456789101112
  1. #ifndef PHP_CDB_H
  2. #define PHP_CDB_H
  3. #if DBA_CDB
  4. #include "php_dba.h"
  5. DBA_FUNCS(cdb);
  6. #endif
  7. #endif