diff options
author | Matthew Strapp <strap012@umn.edu> | 2020-10-28 18:10:23 -0500 |
---|---|---|
committer | GitHub Enterprise <noreply-github@umn.edu> | 2020-10-28 18:10:23 -0500 |
commit | aa59190c9e0fc28cd8413784413fd143754e3acc (patch) | |
tree | 1f8f4754c8ec161342cefe18350f2f017772a0c3 /P2/include | |
parent | Project now runs and does not hang forever (diff) | |
parent | ? (diff) | |
download | csci4061-aa59190c9e0fc28cd8413784413fd143754e3acc.tar csci4061-aa59190c9e0fc28cd8413784413fd143754e3acc.tar.gz csci4061-aa59190c9e0fc28cd8413784413fd143754e3acc.tar.bz2 csci4061-aa59190c9e0fc28cd8413784413fd143754e3acc.tar.lz csci4061-aa59190c9e0fc28cd8413784413fd143754e3acc.tar.xz csci4061-aa59190c9e0fc28cd8413784413fd143754e3acc.tar.zst csci4061-aa59190c9e0fc28cd8413784413fd143754e3acc.zip |
Merge pull request #13 from STRAP012/FixAlltheProblems
Fix all the problems
Diffstat (limited to 'P2/include')
-rw-r--r-- | P2/include/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |