summaryrefslogtreecommitdiff
path: root/src/minidentd/mgetuid.h
blob: 05723852c3f23918d3050ca4f2231704663227ff (plain)
1
2
3
4
5
6
7
8
9
10
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