Migrated TODO to issues on Gitea

This commit is contained in:
Adam Fordsmand 2021-10-31 22:37:20 +01:00
parent 0ed2864691
commit 9bfc22307f
1 changed files with 0 additions and 9 deletions

View File

@ -19,15 +19,6 @@ 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);
// TODO: Build the following functions
// -- BlogWrite
// -- BlogEdit
// -- AddFilePost
// -- PullPostDescriptions
// -- ActivePostIDs
// Connects to the MariaDB database and returns the connection // Connects to the MariaDB database and returns the connection
MYSQL* conn2maria() MYSQL* conn2maria()
{ {