diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-04 17:02:20 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-04 17:02:20 +0000 |
commit | 86c68e1272a559823664b042463642741bd898f9 (patch) | |
tree | da8c25c8d3f0ef81ea7d170b5ab30ea3aa142d82 /auth/auth_mig.h | |
parent | a0126ce45cd221a0dc93de323bfe6c3d140bf989 (diff) |
entered into RCS
Diffstat (limited to 'auth/auth_mig.h')
-rw-r--r-- | auth/auth_mig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth/auth_mig.h b/auth/auth_mig.h index eac61cf5..e10ab417 100644 --- a/auth/auth_mig.h +++ b/auth/auth_mig.h @@ -1,5 +1,5 @@ /* Definitions for inclusion in MiG files - Copyright (C) 1991, 1993 Free Software Foundation + Copyright (C) 1991, 1993, 1994 Free Software Foundation This file is part of the GNU Hurd. @@ -19,6 +19,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell. */ -struct apt *convert_auth_to_idblock (auth_t); +struct apt *convert_auth_to_apt (auth_t); typedef struct apt *aptptr_t; |