From 11814fc24ce034e57d47039fb952c64189e95106 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 18 Oct 1991 20:34:56 +0000 Subject: Formerly auth.defs.~9~ --- hurd/auth.defs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hurd/auth.defs b/hurd/auth.defs index 8d02f042..ba99b857 100644 --- a/hurd/auth.defs +++ b/hurd/auth.defs @@ -39,6 +39,11 @@ routine auth_makeauth ( id: idblock_t; out newhandle: mach_port_make_send_t); +routine auth_combine ( + handle1: auth_t; + handle2: auth_t; + out newhandle: mach_port_make_send_t); + /* Called by a user in a reauthentication transaction. The rendezvous port is used to match the request up with the server's auth_server_authenticate call. The newport is a port provided by -- cgit v1.2.3