add new json based config file
[uwplayer.git] / application / settings.h
index aabd835..e97b080 100644 (file)
@@ -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);