--- lbbs/include/common.h 2004/10/19 17:11:39 1.7 +++ lbbs/include/common.h 2004/10/20 07:46:32 1.8 @@ -26,7 +26,10 @@ #include #include #include -#include +#include + +//Version +extern char app_version[256]; //Enviroment extern char app_home_dir[256]; @@ -43,3 +46,4 @@ extern int port_client; extern char DB_host[256]; extern char DB_username[50]; extern char DB_password[50]; +extern char DB_database[50];