fix container_of for the log ustream
[project/netifd.git] / utils.h
diff --git a/utils.h b/utils.h
index ec2231331c9d1cdbe4828b95f238e1268ffb7ca4..048ad8f6deb72e802f59f23b70683c66fe79e737 100644 (file)
--- a/utils.h
+++ b/utils.h
@@ -114,4 +114,6 @@ unsigned int parse_netmask_string(const char *str, bool v6);
 bool split_netmask(char *str, unsigned int *netmask, bool v6);
 int parse_ip_and_netmask(int af, const char *str, void *addr, unsigned int *netmask);
 
+char * format_macaddr(uint8_t *mac);
+
 #endif