From 971d639581d8d24461dc96f349eb75710e080fb2 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Thu, 29 Oct 2020 10:37:16 -0500 Subject: get rid of whitespace --- P2/include/utils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'P2/include/utils.h') diff --git a/P2/include/utils.h b/P2/include/utils.h index 2c58dbe..d92e7a3 100644 --- a/P2/include/utils.h +++ b/P2/include/utils.h @@ -23,7 +23,6 @@ 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 closeQueue(int id); struct msgBuffer makeMessage(); -- cgit v1.2.3