From 989c6b2e91a7d304f68f9f5997e7dae0e5f53b6c Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 28 Oct 2020 17:46:47 -0500 Subject: Add closequeue --- P2/include/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'P2/include') diff --git a/P2/include/utils.h b/P2/include/utils.h index 050a0e3..6fa4fa8 100644 --- a/P2/include/utils.h +++ b/P2/include/utils.h @@ -23,7 +23,9 @@ struct msgBuffer { }; //Open Queue as a function because writing this once is probably better than four times. //Hopefully it works properly. + int openQueue(); +void closeQueue(); // mapper side int validChar(char c); -- cgit v1.2.3