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.
|
|
#ifndef __HOMER_H__
|
|
|
#define __HOMER_H__
|
|
|
|
|
|
#include "socket.h"
|
|
|
|
|
|
#define PROTO_RTCP_JSON 0x05
|
|
|
|
|
|
void homer_sender_init(const endpoint_t *, int, int);
|
|
|
int homer_send(GString *, const str *, const endpoint_t *, const endpoint_t *, int64_t, int);
|
|
|
int has_homer(void);
|
|
|
|
|
|
#endif
|