summaryrefslogtreecommitdiffstats
path: root/02_exercise/prompt_utils_test.h
diff options
context:
space:
mode:
authorNiklas Halle <niklas@niklashalle.net>2020-05-22 09:53:42 +0200
committerNiklas Halle <niklas@niklashalle.net>2020-05-22 09:53:42 +0200
commit3b7e61eab8ce5d230bc1b172942c1ab9459ed161 (patch)
tree73da9a772782d7d1504770c8cc7582c03cf41310 /02_exercise/prompt_utils_test.h
parent68f5ff29c0aae1a176c25996aab0144badd0f092 (diff)
parent4f80f043aacc568fac0e3681b62aa1971a97291a (diff)
downloadbetriebssysteme-3b7e61eab8ce5d230bc1b172942c1ab9459ed161.tar.gz
betriebssysteme-3b7e61eab8ce5d230bc1b172942c1ab9459ed161.zip
Merge branch 'process_and_pipes' into dev/niklas
Diffstat (limited to '02_exercise/prompt_utils_test.h')
-rw-r--r--02_exercise/prompt_utils_test.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/02_exercise/prompt_utils_test.h b/02_exercise/prompt_utils_test.h
index fbaabde..59717d0 100644
--- a/02_exercise/prompt_utils_test.h
+++ b/02_exercise/prompt_utils_test.h
@@ -1,6 +1,7 @@
#ifndef PROMPT_UTILS_TEST_H_INCLUDED
#define PROMPT_UTILS_TEST_H_INCLUDED
-void test_get_seperator_indeces();
+
+void test_get_separator_indices();
void test_relative_path();
-#endif \ No newline at end of file
+#endif