Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
[pvr] added ADDON_STATUS_PERMANENT_FAILURE
Browse files Browse the repository at this point in the history
  • Loading branch information
opdenkamp committed Oct 9, 2012
1 parent 7c40329 commit 4904df3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xbmc/xbmc_addon_types.h
Expand Up @@ -32,7 +32,8 @@ enum ADDON_STATUS
ADDON_STATUS_NEED_RESTART, ADDON_STATUS_NEED_RESTART,
ADDON_STATUS_NEED_SETTINGS, ADDON_STATUS_NEED_SETTINGS,
ADDON_STATUS_UNKNOWN, ADDON_STATUS_UNKNOWN,
ADDON_STATUS_NEED_SAVEDSETTINGS ADDON_STATUS_NEED_SAVEDSETTINGS,
ADDON_STATUS_PERMANENT_FAILURE /**< permanent failure, like failing to resolve methods */
}; };


typedef struct typedef struct
Expand Down

0 comments on commit 4904df3

Please sign in to comment.