aboutsummaryrefslogtreecommitdiff
path: root/CST116F2021-Lab7/Header.h
diff options
context:
space:
mode:
authorJames Lawrance <[email protected]>2021-11-13 09:21:21 -0800
committerJames Lawrance <[email protected]>2021-11-13 09:21:21 -0800
commita28abddbdf0b81baed199b7fe11f6d9e254e2c63 (patch)
tree89ef75e5c8052b5250007928213f069b169affa0 /CST116F2021-Lab7/Header.h
parent11b complete (diff)
downloadcst116-lab7-jemersonlawrance-a28abddbdf0b81baed199b7fe11f6d9e254e2c63.tar.xz
cst116-lab7-jemersonlawrance-a28abddbdf0b81baed199b7fe11f6d9e254e2c63.zip
lab 7 completed 11/13/2021
Diffstat (limited to 'CST116F2021-Lab7/Header.h')
-rw-r--r--CST116F2021-Lab7/Header.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/CST116F2021-Lab7/Header.h b/CST116F2021-Lab7/Header.h
index a29e4fd..204d6bd 100644
--- a/CST116F2021-Lab7/Header.h
+++ b/CST116F2021-Lab7/Header.h
@@ -11,4 +11,6 @@ int getStringData(string data[]);
//displayStrings prototype
int displayStrings(string data[]);
//findString prototype
-void findString(string data[]); \ No newline at end of file
+int findString(string data[]);
+//removeString prototype
+int removeString(string data[]); \ No newline at end of file