diff options
Diffstat (limited to 'src/minidentd/mgetuid.h')
-rw-r--r-- | src/minidentd/mgetuid.h | 11 |
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 |