summaryrefslogtreecommitdiff
path: root/src/user/include/knob/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/include/knob/file.h')
-rw-r--r--src/user/include/knob/file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/user/include/knob/file.h b/src/user/include/knob/file.h
index 6068077..4d0da87 100644
--- a/src/user/include/knob/file.h
+++ b/src/user/include/knob/file.h
@@ -5,6 +5,8 @@
struct file;
+const char *remove_prefix(const char *path, uint8_t *dn_out);
+
struct file *open_file(const char *path);
void close_file(struct file *f);