switch to kcmuuid_t

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24019 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-11-02 07:17:14 +00:00
parent eceed3b5e2
commit c630fd2375

View File

@@ -66,7 +66,7 @@ struct kcm_ccache_data;
struct kcm_creds;
struct kcm_creds {
uuid_t uuid;
kcmuuid_t uuid;
krb5_creds cred;
struct kcm_creds *next;
};