Migrated TODO to issues on Gitea
This commit is contained in:
parent
0ed2864691
commit
9bfc22307f
9
BlogDB.c
9
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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue