remove prints

This commit is contained in:
PolynomialDivision 2017-11-19 20:40:03 +01:00
parent e00e11b728
commit ed725710d7
3 changed files with 37 additions and 23 deletions

View file

@ -2,6 +2,8 @@
#define __DAWN_UBUS_H
#include <libubox/blobmsg_json.h>
#include <libubox/uloop.h>
#include "datastorage.h"
#define MIN_PROBE_REQ 2 // TODO: Parse from config file...
@ -28,6 +30,6 @@ int ubus_call_umdns();
int ubus_send_probe_via_network(struct probe_entry_s probe_entry);
void *update_hostapd_sockets(void *arg);
void update_hostapd_sockets(struct uloop_timeout *t);
#endif