From 8d22c448d473491b959709d29af46c25e3d7f80b Mon Sep 17 00:00:00 2001 From: default Date: Thu, 2 Feb 2023 04:50:51 +0100 Subject: process_queue() has been renamed to process_user_queue(). --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 9bcc545..e9f9939 100644 --- a/main.c +++ b/main.c @@ -144,7 +144,7 @@ int main(int argc, char *argv[]) } if (strcmp(cmd, "queue") == 0) { - process_queue(&snac); + process_user_queue(&snac); return 0; } -- cgit v1.2.3