diff options
author | Matt Strapp <matt@mattstrapp.net> | 2022-04-25 19:09:12 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2022-04-25 19:21:02 -0500 |
commit | 51247ec41133e04e0b0ee04cbf2e290ff26be03d (patch) | |
tree | bfca271e8365c624cc90695343530179a39e899c /include/client.hpp | |
parent | e (diff) | |
download | csci4211-master.tar csci4211-master.tar.gz csci4211-master.tar.bz2 csci4211-master.tar.lz csci4211-master.tar.xz csci4211-master.tar.zst csci4211-master.zip |
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'include/client.hpp')
-rw-r--r-- | include/client.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/client.hpp b/include/client.hpp index dfc3e0c..8ee71ff 100644 --- a/include/client.hpp +++ b/include/client.hpp @@ -1,3 +1,6 @@ +// Author Name: Matt Strapp +// Date: 25 April 2022 +// x500: strap012 #ifndef client_H #define client_H @@ -8,7 +11,7 @@ int Send_Blocking(int sockFD, const BYTE *data, int len); void DoClient(const char *svrIP, int svrPort, const char *fileName); -void doClientCommand(int i); +void DoCommand(int i); void prepareSend(int i, Header header); int processReception(int i); |