diff options
author | Ken Raeburn <raeburn@mit.edu> | 2003-08-26 22:20:16 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2003-08-26 22:20:16 +0000 |
commit | 6d1bf21436ae1e29ae16c2c59d278dcbd9250c64 (patch) | |
tree | 3e4a7568b68e19ddca47903ceee1a44ce26d7edc /src/include/krb5.hin | |
parent | 6ff6e760396f3d9b0ba426888f84d237416feeab (diff) | |
download | krb5-6d1bf21436ae1e29ae16c2c59d278dcbd9250c64.tar.gz krb5-6d1bf21436ae1e29ae16c2c59d278dcbd9250c64.tar.xz krb5-6d1bf21436ae1e29ae16c2c59d278dcbd9250c64.zip |
* krb5.hin (struct _krb5_donot_replay, krb5_rc_default, krb5_rc_resolve_type)
(krb5_rc_resolve_full, krb5_rc_get_type, krb5_rc_default_type)
(krb5_rc_default_name, krb5_auth_to_rep): Private declarations moved...
* k5-int.h: ...to here.
ticket: 1784
status: open
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15798 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5.hin')
-rw-r--r-- | src/include/krb5.hin | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/src/include/krb5.hin b/src/include/krb5.hin index c889bac60b..eae9601912 100644 --- a/src/include/krb5.hin +++ b/src/include/krb5.hin @@ -1268,56 +1268,6 @@ krb5_cc_get_type (krb5_context context, krb5_ccache cache); struct krb5_rc_st; typedef struct krb5_rc_st *krb5_rcache; -#if KRB5_PRIVATE -typedef struct _krb5_donot_replay { - krb5_magic magic; - char *server; /* null-terminated */ - char *client; /* null-terminated */ - krb5_int32 cusec; - krb5_timestamp ctime; -} krb5_donot_replay; - -krb5_error_code krb5_rc_default - (krb5_context, - krb5_rcache *); -krb5_error_code krb5_rc_resolve_type - (krb5_context, - krb5_rcache *,char *); -krb5_error_code krb5_rc_resolve_full - (krb5_context, - krb5_rcache *,char *); -char * krb5_rc_get_type - (krb5_context, - krb5_rcache); -char * krb5_rc_default_type - (krb5_context); -char * krb5_rc_default_name - (krb5_context); -krb5_error_code krb5_auth_to_rep - (krb5_context, - krb5_tkt_authent *, - krb5_donot_replay *); - - -krb5_error_code KRB5_CALLCONV krb5_rc_initialize - (krb5_context, krb5_rcache,krb5_deltat); -krb5_error_code KRB5_CALLCONV krb5_rc_recover - (krb5_context, krb5_rcache); -krb5_error_code KRB5_CALLCONV krb5_rc_destroy - (krb5_context, krb5_rcache); -krb5_error_code KRB5_CALLCONV krb5_rc_close - (krb5_context, krb5_rcache); -krb5_error_code KRB5_CALLCONV krb5_rc_store - (krb5_context, krb5_rcache,krb5_donot_replay *); -krb5_error_code KRB5_CALLCONV krb5_rc_expunge - (krb5_context, krb5_rcache); -krb5_error_code KRB5_CALLCONV krb5_rc_get_lifespan - (krb5_context, krb5_rcache,krb5_deltat *); -char *KRB5_CALLCONV krb5_rc_get_name - (krb5_context, krb5_rcache); -krb5_error_code KRB5_CALLCONV krb5_rc_resolve - (krb5_context, krb5_rcache, char *); -#endif /* KRB5_PRIVATE */ /* * end "rcache.h" */ |