summaryrefslogtreecommitdiff
path: root/src/minidentd/mgetuid.h
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2014-12-15 23:08:59 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2014-12-15 23:08:59 +0000
commite0fc82203d677a6f1e808e9a1a46176c109d89be (patch)
treee9609209b755e3f7a8480aea86601ffe9d4ca540 /src/minidentd/mgetuid.h
downloads6-networking-e0fc82203d677a6f1e808e9a1a46176c109d89be.tar.xz
Initial commit
Diffstat (limited to 'src/minidentd/mgetuid.h')
-rw-r--r--src/minidentd/mgetuid.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/minidentd/mgetuid.h b/src/minidentd/mgetuid.h
new file mode 100644
index 0000000..0572385
--- /dev/null
+++ b/src/minidentd/mgetuid.h
@@ -0,0 +1,11 @@
+/* ISC license. */
+
+#ifndef MGETUID_H
+#define MGETUID_H
+
+#include <skalibs/uint16.h>
+#include <skalibs/ip46.h>
+
+extern int mgetuid (ip46_t const *, uint16, ip46_t const *, uint16) ;
+
+#endif