Forgot to declare up top before merging.

This commit is contained in:
Adam Fordsmand 2021-11-13 12:49:12 +01:00
parent c3e0daed26
commit ed011f7919
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ static int PullAuthorData(char* strings[4], int authorID, MYSQL* con);
static int ChangeAuthor(int postID, int authorID, MYSQL* con);
static int TogglePost(int postID, MYSQL* con);
static bool IsEnabled(int postID, MYSQL* con);
static int* PostIDs(MYSQL* con);
static int* ActivePostIDs(MYSQL* con);
// Connects to the MariaDB database and returns the connection