Added function def

This commit is contained in:
Adam Fordsmand 2021-10-31 22:45:17 +01:00
parent 9bfc22307f
commit 1aa2d5c6aa
1 changed files with 5 additions and 0 deletions

View File

@ -709,6 +709,11 @@ bool IsEnabled(int postID, MYSQL* con)
return !state;
}
int* ActivePostIDs(int* arr, MYSQL* con)
{
}
// Main
int main(int argc, char *argv[])