X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/18d1fe7ac177615f5f8c0b2b736e535c516e2aa1..a5bc5f23f204464e636227b79759d46a97df3a0e:/application/settings.h?ds=sidebyside diff --git a/application/settings.h b/application/settings.h index aabd835..e97b080 100644 --- a/application/settings.h +++ b/application/settings.h @@ -28,14 +28,14 @@ extern "C" { #endif #define UWP_PLAYER_BIN "player" -#define UWP_PLAYER_TYPE "player_type" +#define UWP_PLAYER_TYPE "playertype" typedef struct PlayerInfo { char *bin; char *type; } PlayerInfo; -int load_settings(void); +int load_config(void); char* SettingsGetPlayerBin(void);