aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/paths.h')
-rw-r--r--src/stdlib/paths.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdlib/paths.h b/src/stdlib/paths.h
index 6c6cebd3..8bdbb2f3 100644
--- a/src/stdlib/paths.h
+++ b/src/stdlib/paths.h
@@ -11,6 +11,7 @@
Path_t Path$from_str(const char *str);
Path_t Path$from_text(Text_t text);
+// int Path$print(FILE *f, Path_t path);
const char *Path$as_c_string(Path_t path);
#define Path(str) Path$from_str(str)
Path_t Path$_concat(int n, Path_t items[n]);