22 #include <mysql/mysql.h> 24 #include "file_utils.h" 32 std::string member_name;
33 std::string real_name;
35 typedef std::map< std::string, boardInfo_t > board_t;
36 typedef std::map< std::string, std::string > category_t;
37 typedef std::map< std::string, userInfo_t > user_t;
43 mysql(
const char *configFileName);
44 void lastPosts(
const char *forum,
int n);
47 const char *m_hostname;
48 const char *m_database;
49 const char *m_username;
50 const char *m_password;
Definition: file_utils.h:69