From 8c655cfdc09b0be326e7d9f190ae728d4e2bdc87 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Wed, 18 Jul 2012 23:26:21 +0200 Subject: New GUI browser to select one (or more) folders. The browser lets the user pick one or more directories in a convinient GUI browser. The initial directory list is read from a string (separated by colons) and the resulting list is written back to the same string (again separated by colons). Note: The work was initially done by Jonathan Gordon, however I changed it substantially so I claim autorship. This selector is going to be used for autoresume and database scan folders. Change-Id: Id1d3186dad783411eb5c6056ce93f5b6123c7aa0 --- apps/misc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/misc.h') 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); #define BOM_UTF_16_BE "\xfe\xff" #define BOM_UTF_16_SIZE 2 +int split_string(char *str, const char needle, char *vector[], int vector_length); int open_utf8(const char* pathname, int flags); #ifdef BOOTFILE -- cgit v1.2.3