From 334d807b924427434b42d4fbae745d3d1b38a218 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 10 Jan 2017 02:17:16 +0000 Subject: Types fix, first pass XXX marks what must change when skalibs changes. Also started writing functions for client certificate support in sbearssl, but it's not working yet (need more high-level support from BearSSL before it can work) --- src/minidentd/mgetuid.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/minidentd/mgetuid.h') diff --git a/src/minidentd/mgetuid.h b/src/minidentd/mgetuid.h index 0572385..4b882e4 100644 --- a/src/minidentd/mgetuid.h +++ b/src/minidentd/mgetuid.h @@ -3,9 +3,10 @@ #ifndef MGETUID_H #define MGETUID_H -#include +#include +#include #include -extern int mgetuid (ip46_t const *, uint16, ip46_t const *, uint16) ; +extern uid_t mgetuid (ip46_t const *, uint16_t, ip46_t const *, uint16_t) ; #endif -- cgit v1.3.1