summaryrefslogtreecommitdiffstats
path: root/apps/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.h')
-rw-r--r--apps/misc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/misc.h b/apps/misc.h
index df2c649b0e..51684cb658 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -124,6 +124,8 @@ int split_string(char *str, const char needle, char *vector[], int vector_length
#ifndef O_PATH
#define O_PATH 0x2000
#endif
+
+void fix_path_part(char* path, int offset, int count);
int open_pathfmt(char *buf, size_t size, int oflag, const char *pathfmt, ...);
int open_utf8(const char* pathname, int flags);
int string_option(const char *option, const char *const oplist[], bool ignore_case);