--- lbbs/include/database.h 2005/03/19 14:44:21 1.1 +++ lbbs/include/database.h 2025/04/28 03:30:59 1.4 @@ -1,9 +1,9 @@ /*************************************************************************** - database.h - description - ------------------- - begin : Mon Oct 18 2004 - copyright : (C) 2004 by Leaflet - email : leaflet@leafok.com + database.h - description + ------------------- + begin : Mon Oct 18 2004 + copyright : (C) 2004 by Leaflet + email : leaflet@leafok.com ***************************************************************************/ /*************************************************************************** @@ -15,7 +15,11 @@ * * ***************************************************************************/ +#ifndef _DATABASE_H_ +#define _DATABASE_H_ + #include -MYSQL * -db_open (); +extern MYSQL *db_open(); + +#endif //_DATABASE_H_