From 1aa2d5c6aafa43a2b589266e024443eeee89bd0b Mon Sep 17 00:00:00 2001 From: Adam Fordsmand Date: Sun, 31 Oct 2021 22:45:17 +0100 Subject: [PATCH] Added function def --- BlogDB.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BlogDB.c b/BlogDB.c index 472b27d..5b8facd 100755 --- a/BlogDB.c +++ b/BlogDB.c @@ -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[])