summaryrefslogtreecommitdiff
path: root/src/minidentd/mgetuid.h
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-07-23 10:04:22 +0000
committerLaurent Bercot <ska@appnovation.com>2021-07-23 10:04:22 +0000
commit260f1feffc8d48f1181929ce12a9f2cb65a2a5cb (patch)
treed9400ae6e0c7bd5117c8c266832e9ec7510daa9f /src/minidentd/mgetuid.h
parent380757efd29c33ffefa8e0d1b8c2242278d034da (diff)
downloads6-networking-260f1feffc8d48f1181929ce12a9f2cb65a2a5cb.tar.xz
Prepare for 2.5.0.0; remove minidentd
Signed-off-by: Laurent Bercot <ska@appnovation.com>
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