diff options
| author | Keith Vetter <keithv@fusion.com> | 1995-03-31 02:05:49 +0000 |
|---|---|---|
| committer | Keith Vetter <keithv@fusion.com> | 1995-03-31 02:05:49 +0000 |
| commit | c365b64a31142a6ae4628741dd5b695ac66bb2a3 (patch) | |
| tree | 8de3a7d061eace031f83f3f812066dcb2a596727 /src/include | |
| parent | 9f0886f9c786a5dbc1642ec470a527be66548149 (diff) | |
| download | krb5-c365b64a31142a6ae4628741dd5b695ac66bb2a3.tar.gz krb5-c365b64a31142a6ae4628741dd5b695ac66bb2a3.tar.xz krb5-c365b64a31142a6ae4628741dd5b695ac66bb2a3.zip | |
Commit on the whole tree to make a checkpoint for a working windows world
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5315 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/ChangeLog | 4 | ||||
| -rw-r--r-- | src/include/krb5/func-proto.h | 12 |
2 files changed, 16 insertions, 0 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index eadc4cd075..12c924bc3a 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,3 +1,7 @@ +Thu Mar 30 15:57:22 1995 Keith Vetter (keithv@fusion.com) + + * func-proto.h: added 2 missing prototypes dealing with auth_con. + Tue Mar 28 19:53:09 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: changed to reflect deletion of stock/osconf.win. diff --git a/src/include/krb5/func-proto.h b/src/include/krb5/func-proto.h index d3b1e17446..a28e9d1261 100644 --- a/src/include/krb5/func-proto.h +++ b/src/include/krb5/func-proto.h @@ -669,6 +669,18 @@ krb5_error_code INTERFACE krb5_auth_con_getrcache krb5_auth_context *, krb5_rcache *)); +krb5_error_code INTERFACE krb5_auth_con_getauthenticator + PROTOTYPE((krb5_context, + krb5_auth_context *, + krb5_authenticator **)); + +krb5_error_code INTERFACE krb5_auth_con_getremotesubkey + PROTOTYPE((krb5_context, + krb5_auth_context *, + krb5_keyblock **)); + + + #define KRB5_REALM_BRANCH_CHAR '.' #endif /* KRB5_FUNC_PROTO__ */ |
