From 3b812a7201e2d1c58152751aef7c89a27abec5fb Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 20 Jun 2000 13:21:42 +0000 Subject: [PATCH] move prop_data here git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8413 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kdc/hprop.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kdc/hprop.h b/kdc/hprop.h index f26466348..8ac34a9ad 100644 --- a/kdc/hprop.h +++ b/kdc/hprop.h @@ -38,6 +38,12 @@ #include "headers.h" +struct prop_data{ + krb5_context context; + krb5_auth_context auth_context; + int sock; +}; + #define HPROP_VERSION "hprop-0.0" #define HPROP_NAME "hprop" #define HPROP_KEYTAB "FILE:/etc/hprop.keytab"