Merge ActivePostIDS#1 into Master #5

Merged
asdam9 merged 4 commits from ActivePostIDS#1 into master 2021-11-01 19:19:29 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 1aa2d5c6aa - Show all commits

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[])