git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2864 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-08-09 20:35:46 +00:00
parent 0f89773eee
commit 16237a74be

View File

@@ -46,5 +46,9 @@
#define HPROP_VERSION "hprop-0.0"
#define HPROP_NAME "hprop"
#define HPROP_KEYTAB "FILE:/etc/hprop.keytab"
#define HPROP_PORT 4712
krb5_error_code send_priv(krb5_context, krb5_auth_context, krb5_data*, int);
krb5_error_code recv_priv(krb5_context, krb5_auth_context, int, krb5_data*);
#endif /* __HPROP_H__ */