aboutsummaryrefslogtreecommitdiffstats
path: root/P2/include
diff options
context:
space:
mode:
Diffstat (limited to 'P2/include')
-rw-r--r--P2/include/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/P2/include/utils.h b/P2/include/utils.h
index d92e7a3..f0febed 100644
--- a/P2/include/utils.h
+++ b/P2/include/utils.h
@@ -23,7 +23,7 @@ struct msgBuffer {
};
//Open Queue as a function because writing this once is probably better than four times.
//Hopefully it works properly.
-int openQueue(char* path);
+int openQueue();
int closeQueue(int id);
struct msgBuffer makeMessage();
// mapper side