Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/nss/nat.h
diff options
context:
space:
mode:
Diffstat (limited to 'nss/nat.h')
-rw-r--r--nss/nat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nss/nat.h b/nss/nat.h
new file mode 100644
index 0000000..ab04a89
--- /dev/null
+++ b/nss/nat.h
@@ -0,0 +1,3 @@
+int nat_add(unsigned long* result, unsigned long arg);
+int nat_mult(unsigned long* result, unsigned long long arg);
+int parse_nat(unsigned long* result, const char* buf, size_t buflen);