diff --git a/BlogDB.c b/BlogDB.c index 03d6a54..472b27d 100755 --- a/BlogDB.c +++ b/BlogDB.c @@ -19,15 +19,6 @@ static int ChangeAuthor(int postID, int authorID, MYSQL* con); static int TogglePost(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 MYSQL* conn2maria() {