Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/nss/nat.h
blob: ab04a89993896d83e1be39bdcc0d680d216faae1 (plain)
1
2
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);