diff options
author | Michael I. Bushnell <mib@gnu.org> | 1993-11-02 21:23:01 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1993-11-02 21:23:01 +0000 |
commit | ec2cb8f011997facf501c82171b3bdaaab5ec537 (patch) | |
tree | 68cd7733bd28a20277b68311cfb9389ae78456c4 /auth | |
parent | 86eafd3c3d4e97c668154997231f610939f253fa (diff) |
Formerly auth_mig.h.~3~
Diffstat (limited to 'auth')
-rw-r--r-- | auth/auth_mig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/auth_mig.h b/auth/auth_mig.h index 524cabae..eac61cf5 100644 --- a/auth/auth_mig.h +++ b/auth/auth_mig.h @@ -20,4 +20,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Michael I. Bushnell. */ struct apt *convert_auth_to_idblock (auth_t); +typedef struct apt *aptptr_t; |