#ifndef DB_H #define DB_H #ifdef __cplusplus extern "C"{ #endif void DBInit(void); #ifdef __cplusplus } #endif #endif