X-Git-Url: http://git.samba.org/?p=metze%2Fheimdal%2Fwip.git;a=blobdiff_plain;f=lib%2Froken%2Froken.h.in;h=3e9063ea6aa89e320e915717bc98f318840e9b05;hp=1a9db635686f7fa6daf2bf20365a2fdb8c8c0a32;hb=707b2372d2e95f17cfa3d095b914d8a2d00b8131;hpb=26a0332e3c68d1c79967271aac23e57263c86d93 diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 1a9db6356..3e9063ea6 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -827,6 +827,12 @@ ROKEN_LIB_FUNCTION ssize_t ROKEN_LIB_CALL ROKEN_LIB_FUNCTION ssize_t ROKEN_LIB_CALL net_read (rk_socket_t, void *, size_t); +ROKEN_LIB_FUNCTION unsigned long ROKEN_LIB_CALL + rk_getprocauxval(unsigned long); + +ROKEN_LIB_FUNCTION unsigned long ROKEN_LIB_CALL + rk_getauxval(unsigned long); + ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL issuid(void);