X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=util.h;h=1a01fccd37b05eaeeccc29779e32dfd535374c70;hb=891447c1a9db8a55f769241c94f4400e16f43dd9;hp=aaa2bd1fed1a11be9f6dfb3f0f58d9f07fbebf0e;hpb=d654808ff33c54f587c5fee79be84ac20794db55;p=project%2Fmdnsd.git diff --git a/util.h b/util.h index aaa2bd1..1a01fcc 100644 --- a/util.h +++ b/util.h @@ -29,8 +29,6 @@ extern uint8_t mdns_buf[MDNS_BUF_LEN]; extern char mdns_hostname[HOSTNAME_LEN]; extern char mdns_hostname_local[HOSTNAME_LEN + 6]; -void *memdup(const void *d, int l); - extern void get_hostname(void); extern uint32_t rand_time_delta(uint32_t t);