summaryrefslogtreecommitdiffstats
path: root/02_exercise/prompt_utils.h
diff options
context:
space:
mode:
Diffstat (limited to '02_exercise/prompt_utils.h')
-rw-r--r--02_exercise/prompt_utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/02_exercise/prompt_utils.h b/02_exercise/prompt_utils.h
index 908019c..a3a9d9e 100644
--- a/02_exercise/prompt_utils.h
+++ b/02_exercise/prompt_utils.h
@@ -4,8 +4,8 @@
#include <stddef.h>
// Returns the relative path to get from the `from_dir` to the `to_dir`
-char const *const relative_path(char const *const from_dir, char const *const to_dir);
+char const *relative_path(char const *from_dir, char const *to_dir);
// Returns the position of each occurence of the seperator
-size_t *get_seperator_indeces(char const *const text, char seperator);
-#endif // PROMPT_UTILS_H_INCLUDED \ No newline at end of file
+size_t *get_seperator_indeces(char const *text, char seperator);
+#endif // PROMPT_UTILS_H_INCLUDED