This fixes the following warning:
ortp_send.c:169: warning: pointer targets in passing argument 1 of 'af->get_header_info' differ in signedness
gengetopts_h := $(gengetopts:.ggo=.cmdline.h)
all_c_files := $(wildcard *.c)
c_sources := $(filter-out $(gengetopts_c), $(all_c_files))
-grutatxt := COPYING ChangeLog NEWS README.mysql CREDITS INSTALL README \
+grutatxt := COPYING NEWS README.mysql CREDITS INSTALL README \
FEATURES GPL
grutatxt_html := $(grutatxt:=.html)
html_in := $(wildcard web/*.in.html)
{
struct ortp_target *ot, *tmp;
size_t sendbuf_len;
- size_t header_len = 0;
+ int header_len = 0;
int packet_type = ORTP_DATA, stream_type = af && af->get_header_info; /* header stream? */
char *sendbuf, *header_buf = NULL;