summaryrefslogtreecommitdiffstats
path: root/shell/prompt_utils_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/prompt_utils_test.h')
-rw-r--r--shell/prompt_utils_test.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/prompt_utils_test.h b/shell/prompt_utils_test.h
new file mode 100644
index 0000000..59717d0
--- /dev/null
+++ b/shell/prompt_utils_test.h
@@ -0,0 +1,7 @@
+#ifndef PROMPT_UTILS_TEST_H_INCLUDED
+#define PROMPT_UTILS_TEST_H_INCLUDED
+
+void test_get_separator_indices();
+void test_relative_path();
+
+#endif