summaryrefslogtreecommitdiff
path: root/package/ramips/applications/hwnat/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'package/ramips/applications/hwnat/src/util.h')
-rwxr-xr-xpackage/ramips/applications/hwnat/src/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ramips/applications/hwnat/src/util.h b/package/ramips/applications/hwnat/src/util.h
new file mode 100755
index 0000000..b6dbaf3
--- /dev/null
+++ b/package/ramips/applications/hwnat/src/util.h
@@ -0,0 +1,2 @@
+int str_to_mac (unsigned char *mac, char *str);
+int str_to_ip (unsigned long *ip, char *str);