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 |
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ #include <plist/plist.h> const char *config_get_config_dir(); +int config_set_config_dir(const char* path); void config_get_system_buid(char **system_buid); |