aboutsummaryrefslogtreecommitdiffstats
path: root/P2/include/utils.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--P2/include/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/P2/include/utils.h b/P2/include/utils.h
index 2c91cdf..c4d2eb4 100644
--- a/P2/include/utils.h
+++ b/P2/include/utils.h
@@ -21,6 +21,8 @@ struct msgBuffer {
long msgType;
char msgText[MSGSIZE];
};
+//Open Queue as a function because writing this once is probably better than four times.
+int openQueue();
// mapper side
int validChar(char c);