aboutsummaryrefslogtreecommitdiff
path: root/include/cu/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cu/path.h')
-rw-r--r--include/cu/path.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/cu/path.h b/include/cu/path.h
deleted file mode 100644
index 700f77f..0000000
--- a/include/cu/path.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/* SPDX-License-Identifier: GPL-3.0-or-later */
-
-#ifndef CT_PATH
-#define CT_PATH
-
-char *cu_basename(const char *file);
-char *cu_dirname(const char *file);
-char *cu_cwdname();
-
-#endif /* CT_PATH */