summaryrefslogtreecommitdiff
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
124#ifndef O_PATH 124#ifndef O_PATH
125#define O_PATH 0x2000 125#define O_PATH 0x2000
126#endif 126#endif
127
128void fix_path_part(char* path, int offset, int count);
127int open_pathfmt(char *buf, size_t size, int oflag, const char *pathfmt, ...); 129int open_pathfmt(char *buf, size_t size, int oflag, const char *pathfmt, ...);
128int open_utf8(const char* pathname, int flags); 130int open_utf8(const char* pathname, int flags);
129int string_option(const char *option, const char *const oplist[], bool ignore_case); 131int string_option(const char *option, const char *const oplist[], bool ignore_case);