php_db3.h 104 B

123456789101112
  1. #ifndef PHP_DB3_H
  2. #define PHP_DB3_H
  3. #if DBA_DB3
  4. #include "php_dba.h"
  5. DBA_FUNCS(db3);
  6. #endif
  7. #endif