Browse Source
include/vlc_tls.h:304: warning: The following parameter of
vlc_tls_GetPollFD(vlc_tls_t *tls, short *events) is not documented:
parameter 'tls'
include/vlc_tls.h:335: warning: The following parameter of
vlc_tls_Read(vlc_tls_t *session, void *buf, size_t len, bool waitall) is not documented:
parameter 'session'
include/vlc_tls.h:365: warning: The following parameter of
vlc_tls_Shutdown(vlc_tls_t *tls, bool duplex) is not documented:
parameter 'tls'
include/vlc_tls.h:176: warning: argument 'hostname' of command @param is not found in the argument list of vlc_tls_ClientSessionCreate(vlc_tls_client_t *creds, vlc_tls_t *sock, const char *host, const char *service, const char *const *alpn, char **alp)
include/vlc_tls.h:176: warning: The following parameter of vlc_tls_ClientSessionCreate(vlc_tls_client_t *creds, vlc_tls_t *sock, const char *host, const char *service, const char *const *alpn, char **alp) is not documented:
parameter 'host'
include/vlc_tls.h:237: warning: The following parameter of vlc_tls_ServerCreate(vlc_object_t *obj, const char *cert, const char *key) is not documented:
parameter 'obj'
include/vlc_tls.h:256: warning: The following parameter of vlc_tls_ServerSessionCreate(vlc_tls_server_t *creds, vlc_tls_t *sock, const char *const *alpn) is not documented:
parameter 'sock'
pull/162/head
committed by
Steve Lhomme
1 changed files with 8 additions and 3 deletions
Loading…
Reference in new issue