From 6b1f4d05e4b5395248a17df2bc5dc31340085c7d Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 30 Jan 1999 18:29:11 +0000 Subject: [PATCH] (krb5_error): typedef to KRB_ERROR git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5305 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index cb28201b8..4438c93cb 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 1998 Kungliga Tekniska Högskolan + * Copyright (c) 1997, 1998, 1999 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * @@ -224,6 +224,8 @@ typedef union { typedef AuthorizationData krb5_authdata; +typedef KRB_ERROR krb5_error; + typedef struct krb5_creds { krb5_principal client; krb5_principal server;