move prop_data here

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8413 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-06-20 13:21:42 +00:00
parent 8ba69c1946
commit 3b812a7201

View File

@@ -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"