blob: 4b882e4a9d3ceb724f415c93d9be41218f129f5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* 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
|