summaryrefslogtreecommitdiff
path: root/src/minidentd/mgetuid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/minidentd/mgetuid.h')
-rw-r--r--src/minidentd/mgetuid.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/minidentd/mgetuid.h b/src/minidentd/mgetuid.h
deleted file mode 100644
index 4b882e4..0000000
--- a/src/minidentd/mgetuid.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* ISC license. */
-
-#ifndef MGETUID_H
-#define MGETUID_H
-
-#include <sys/types.h>
-#include <stdint.h>
-#include <skalibs/ip46.h>
-
-extern uid_t mgetuid (ip46_t const *, uint16_t, ip46_t const *, uint16_t) ;
-
-#endif