diff options
author | Matt Strapp <strap012@umn.edu> | 2020-10-29 10:37:16 -0500 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-10-29 10:37:16 -0500 |
commit | 971d639581d8d24461dc96f349eb75710e080fb2 (patch) | |
tree | b96c5b1280edeb78cd09e02cbbff445bac6bed76 /P2 | |
parent | Add a helper function (diff) | |
download | csci4061-971d639581d8d24461dc96f349eb75710e080fb2.tar csci4061-971d639581d8d24461dc96f349eb75710e080fb2.tar.gz csci4061-971d639581d8d24461dc96f349eb75710e080fb2.tar.bz2 csci4061-971d639581d8d24461dc96f349eb75710e080fb2.tar.lz csci4061-971d639581d8d24461dc96f349eb75710e080fb2.tar.xz csci4061-971d639581d8d24461dc96f349eb75710e080fb2.tar.zst csci4061-971d639581d8d24461dc96f349eb75710e080fb2.zip |
get rid of whitespace
Diffstat (limited to 'P2')
-rw-r--r-- | P2/include/utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |