summaryrefslogtreecommitdiffstats
path: root/src/iaddr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/iaddr.h')
-rw-r--r--src/iaddr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iaddr.h b/src/iaddr.h
index ea27049..452ca14 100644
--- a/src/iaddr.h
+++ b/src/iaddr.h
@@ -39,5 +39,6 @@
const char* ia_str(iaddr ia);
int ia_equal(iaddr x, iaddr y);
+int ia_equalp(iaddr* x, iaddr* y);
#endif /* __dnscap_iaddr_h */