summaryrefslogtreecommitdiff
path: root/apps/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.h')
-rw-r--r--apps/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/misc.h b/apps/misc.h
index 7ca8d75930..994e7775d2 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -73,6 +73,7 @@ extern int show_logo(void);
73#define BOM_UTF_16_BE "\xfe\xff" 73#define BOM_UTF_16_BE "\xfe\xff"
74#define BOM_UTF_16_SIZE 2 74#define BOM_UTF_16_SIZE 2
75 75
76int split_string(char *str, const char needle, char *vector[], int vector_length);
76int open_utf8(const char* pathname, int flags); 77int open_utf8(const char* pathname, int flags);
77 78
78#ifdef BOOTFILE 79#ifdef BOOTFILE