mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
CUpdateSettings:: allow choose tmp(ramfs,TMPFS_MAGIC) as update dir
This commit is contained in:
@@ -56,8 +56,8 @@
|
||||
#define ENABLE_INTERNETRADIO
|
||||
#define VLC_URI "vlc://"
|
||||
|
||||
bool chooserDir(std::string &setting_dir, bool test_dir, const char *action_str);
|
||||
bool chooserDir(char *setting_dir, bool test_dir, const char *action_str, size_t str_leng);
|
||||
bool chooserDir(std::string &setting_dir, bool test_dir, const char *action_str, bool allow_tmp = false);
|
||||
bool chooserDir(char *setting_dir, bool test_dir, const char *action_str, size_t str_leng, bool allow_tmp = false);
|
||||
|
||||
/**
|
||||
* Converts input of numeric keys to SMS style char input.
|
||||
|
Reference in New Issue
Block a user