diff options
| author | 2025-09-15 09:58:01 +0200 | |
|---|---|---|
| committer | 2025-09-15 09:58:01 +0200 | |
| commit | 2efa75a0a9ca73f2a5b6ec71e5ae6cb43cdab580 (patch) | |
| tree | 9948c2e3d6fcf58433dbab033b0b0406b972b75c /src/conf.h | |
| parent | 08f4cd9ef0e664128bf221cc17d400cbc2650c7f (diff) | |
| download | usbmuxd-2efa75a0a9ca73f2a5b6ec71e5ae6cb43cdab580.tar.gz usbmuxd-2efa75a0a9ca73f2a5b6ec71e5ae6cb43cdab580.tar.bz2 | |
Allow specifying configuration directory to use
Diffstat (limited to 'src/conf.h')
| -rw-r--r-- | src/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -27,6 +27,7 @@ | |||
| 27 | #include <plist/plist.h> | 27 | #include <plist/plist.h> |
| 28 | 28 | ||
| 29 | const char *config_get_config_dir(); | 29 | const char *config_get_config_dir(); |
| 30 | int config_set_config_dir(const char* path); | ||
| 30 | 31 | ||
| 31 | void config_get_system_buid(char **system_buid); | 32 | void config_get_system_buid(char **system_buid); |
| 32 | 33 | ||
