getauth.lisp 144 B

123456789
  1. (in-package :hurd)
  2. (defcfun ("getauth" %getauth) auth-t)
  3. (defun getauth ()
  4. "Get port name of current authentication server."
  5. (%getauth))