X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_config_cat.h;h=99fac9f46af869906145739a02fc26508bb3bfa6;hb=d1b9348640470dc8ba5bc8c8c631caabe5e49d2c;hp=9696abc95b9966049fb4cb96f7e5bfd8617b19ed;hpb=c0f4bfc5d85c96cf29f4bd05fa5fa42eb344d1dc;p=vlc diff --git a/include/vlc_config_cat.h b/include/vlc_config_cat.h index 9696abc95b..99fac9f46a 100644 --- a/include/vlc_config_cat.h +++ b/include/vlc_config_cat.h @@ -235,12 +235,6 @@ #define UNKNOWN_HELP N_("There is no help available for these modules.") /* This function is deprecated and is kept only for compatibility */ -static inline const char * GetCapabilityHelp( char *psz_capability, int i_type) -{ - (void)psz_capability; (void)i_type; - return " "; -} - static const struct config_category_t categories_array[] = { /* Interface */ @@ -292,6 +286,7 @@ static const struct config_category_t categories_array[] = { -1, NULL, NULL } }; +LIBVLC_USED static inline const char *config_CategoryNameGet( int i_value ) { int i = 0 ; @@ -306,6 +301,7 @@ static inline const char *config_CategoryNameGet( int i_value ) return NULL; } +LIBVLC_USED static inline const char *config_CategoryHelpGet( int i_value ) { int i = 0 ;