diff options
author | Michael I. Bushnell <mib@gnu.org> | 1991-10-18 20:34:56 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1991-10-18 20:34:56 +0000 |
commit | 11814fc24ce034e57d47039fb952c64189e95106 (patch) | |
tree | b15a8608ba8e59d1e35fd09760deef5c0192296b /hurd/auth.defs | |
parent | 696b22b9a2ad787eaae86951aa8ed9068b2563f0 (diff) |
Formerly auth.defs.~9~
Diffstat (limited to 'hurd/auth.defs')
-rw-r--r-- | hurd/auth.defs | 5 |
1 files changed, 5 insertions, 0 deletions
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 |