Lower log level to spam for DMAP investigation and add dmap_add_raw_uint32() for later use

This commit is contained in:
ejurgensen
2013-11-14 23:08:20 +01:00
parent 28b485c595
commit 7bb2fef25f
3 changed files with 20 additions and 3 deletions

View File

@@ -67,6 +67,9 @@ dmap_add_char(struct evbuffer *evbuf, char *tag, char val);
void
dmap_add_literal(struct evbuffer *evbuf, char *tag, char *str, int len);
void
dmap_add_raw_uint32(struct evbuffer *evbuf, uint32_t val);
void
dmap_add_string(struct evbuffer *evbuf, char *tag, const char *str);