--- lbbs/include/database.h 2005/03/21 05:43:43 1.2 +++ lbbs/include/database.h 2005/05/06 15:48:44 1.3 @@ -15,6 +15,11 @@ * * ***************************************************************************/ +#ifndef _DATABASE_H_ +#define _DATABASE_H_ + #include -MYSQL *db_open (); +extern MYSQL *db_open (); + +#endif //_DATABASE_H_