From 7f265ee8dd062a015e214b16f9c41fc27e867f22 Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Tue, 16 Aug 2022 13:10:13 +0200 Subject: Database: Add ability to insert multiple files into playlists You could only add single files to playlists from the database browser before. This enables adding any database selection to a new or existing playlist. Change-Id: I811c7167641c589944bb2afc18dcc1d299a7b979 --- apps/misc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/misc.h') 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); -- cgit v1.2.3