You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
244 B

#ifndef _TLS_SEND_H_
#define _TLS_SEND_H_
#include "types.h"
void tls_fwd_init(stream_t *stream, metafile_t *mf, ssrc_t *ssrc);
bool tls_fwd_new(tls_fwd_t **tlsp);
void tls_fwd_shutdown(tls_fwd_t *);
void tls_fwd_free(tls_fwd_t **);
#endif