diff --git a/BlogDB.c b/BlogDB.c index 9c05b8b..190cf20 100755 --- a/BlogDB.c +++ b/BlogDB.c @@ -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