]> git.sesse.net Git - vlc/blobdiff - include/vlc_config_cat.h
Tag some APIs as LIBVLC_USED
[vlc] / include / vlc_config_cat.h
index 9c19bfd5963ff0918c69b80d14991983522dca17..99fac9f46af869906145739a02fc26508bb3bfa6 100644 (file)
@@ -286,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 ;
@@ -300,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 ;