diff options
Diffstat (limited to 'P2')
-rw-r--r-- | P2/lib/utils.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/P2/lib/utils.c b/P2/lib/utils.c index 79b309e..dc74827 100644 --- a/P2/lib/utils.c +++ b/P2/lib/utils.c @@ -1,5 +1,10 @@ #include "utils.h" +struct msg_t { + long tag; + char text[MSGSIZE]; +}; + char *getChunkData(int mapperID) { } |