X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fcontrol%2Fhttp%2Fhttp.h;h=ac32dc9f553da13e8418cb3db7c298e8e394ae7d;hb=2088087d898b0ac737fe4b57e4aab21970d7aeec;hp=8b24acaf72bdc056cf4ac2371ec8496ef3ca3322;hpb=892f767975242d1962ee500aa9af1bf3880387fa;p=vlc diff --git a/modules/control/http/http.h b/modules/control/http/http.h index 8b24acaf72..ac32dc9f55 100644 --- a/modules/control/http/http.h +++ b/modules/control/http/http.h @@ -186,8 +186,8 @@ void mvar_AppendNewVar( mvar_t *vars, const char *name, * The arg parameter must be of the form "start[:stop[:step]]" */ mvar_t *mvar_IntegerSetNew( const char *name, const char *arg ); -/** This function creates a set variable with a list of VLC objects */ -mvar_t *mvar_ObjectSetNew( intf_thread_t *p_intf, char *name, const char *arg ); +/** This function creates a set variable with a list of SD plugins */ +mvar_t *mvar_ServicesSetNew( intf_thread_t *p_intf, char *name ); /** This function creates a set variable with the contents of the playlist */ mvar_t *mvar_PlaylistSetNew( intf_thread_t *p_intf, char *name,