Update version
[l2tpns.git] / util.h
diff --git a/util.h b/util.h
index ee066f6..2345860 100644 (file)
--- a/util.h
+++ b/util.h
@@ -2,6 +2,7 @@
 #define __UTIL_H__
 
 char *fmtaddr(in_addr_t addr, int n);
+char *fmtMacAddr(uint8_t *pMacAddr);
 void *shared_malloc(unsigned int size);
 pid_t fork_and_close(void);
 ssize_t sendtofrom(int s, void const *buf, size_t len, int flags,