Forgot to declare up top before merging.
This commit is contained in:
parent
c3e0daed26
commit
ed011f7919
2
BlogDB.c
2
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 ChangeAuthor(int postID, int authorID, MYSQL* con);
|
||||||
static int TogglePost(int postID, MYSQL* con);
|
static int TogglePost(int postID, MYSQL* con);
|
||||||
static bool IsEnabled(int postID, MYSQL* con);
|
static bool IsEnabled(int postID, MYSQL* con);
|
||||||
|
static int* PostIDs(MYSQL* con);
|
||||||
static int* ActivePostIDs(MYSQL* con);
|
static int* ActivePostIDs(MYSQL* con);
|
||||||
|
|
||||||
// Connects to the MariaDB database and returns the connection
|
// Connects to the MariaDB database and returns the connection
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue