#ifndef DBMCON2_H #define DBMCON2_H int SecondDbCreateTable(void); int SecondDbDropTable(void); int SecondDbSelect(void); #endif /* DBMCON2_H */