Skip to content

Commit

Permalink
[API related] rename GetAddonCapabilities to GetCapabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwinEsch committed Apr 29, 2020
1 parent 7ae5409 commit 896aade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ ADDON_STATUS ADDON_SetSetting(const char *settingName, const void *settingValue)
* PVR Client AddOn specific public library functions
***********************************************************/

PVR_ERROR GetAddonCapabilities(PVR_ADDON_CAPABILITIES *pCapabilities)
PVR_ERROR GetCapabilities(PVR_ADDON_CAPABILITIES *pCapabilities)
{
if (g_client != NULL)
{
Expand Down

0 comments on commit 896aade

Please sign in to comment.