Commit 076be7b5 by krmaet

Update readdata.h

parent f0d99fff
Showing with 1 additions and 0 deletions
...@@ -31,6 +31,7 @@ typedef struct{ ...@@ -31,6 +31,7 @@ typedef struct{
}users; }users;
int CheckLetters(char word[STR_MAX]);
void NewTicket(int *row, int *col, char *seat, int flightID, MYSQL *con, int count); void NewTicket(int *row, int *col, char *seat, int flightID, MYSQL *con, int count);
int CheckUser(MYSQL *con, char *username, char *password); int CheckUser(MYSQL *con, char *username, char *password);
MYSQL* connectToMySQLServer(); MYSQL* connectToMySQLServer();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment