Removed some mysql stuff

This commit is contained in:
Johnny Bergström
2005-02-15 20:46:58 +00:00
parent adf12ab745
commit 00e9f2bbea
3 changed files with 9 additions and 85 deletions

View File

@ -22,7 +22,7 @@ public:
SQL();
~SQL();
int Connect(/*const char *host, const char *user, const char *pass,*/ const char *base);
int Query(const char *query, int OLD=0);
int Query(const char *query);
void Disconnect();
int Error();