diff options
| author | Ezra Peisach <epeisach@mit.edu> | 1995-07-11 23:31:07 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 1995-07-11 23:31:07 +0000 |
| commit | 82a33b79e9b9ebe3977f5ada3026797041b9af25 (patch) | |
| tree | 59f910d49012f3bdac47fc4be1cbf82df0ff8f50 /src/lib | |
| parent | 9e54d6b8f193103db28369555d523be2c62b34a8 (diff) | |
Add prototype for krb5_fcc_read
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6282 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/ccache/file/ChangeLog | 6 | ||||
| -rw-r--r-- | src/lib/krb5/ccache/file/fcc-proto.h | 7 |
2 files changed, 12 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/file/ChangeLog b/src/lib/krb5/ccache/file/ChangeLog index 90fa86e0e..a49e4b450 100644 --- a/src/lib/krb5/ccache/file/ChangeLog +++ b/src/lib/krb5/ccache/file/ChangeLog @@ -1,3 +1,9 @@ +Tue Jul 11 19:26:47 1995 Ezra Peisach <epeisach@kangaroo.mit.edu> + + * fcc-proto.h: Add prototype for krb5_fcc_read. Indicate that + krb5_change_cache takes no arguments. + + Wed July 5 15:52:31 1995 James Mattly <mattly@fusion.com> * fcc_destroy.c changed open to THREEPARAMOPEN for macintosh opens diff --git a/src/lib/krb5/ccache/file/fcc-proto.h b/src/lib/krb5/ccache/file/fcc-proto.h index d8f9db024..5c8e296db 100644 --- a/src/lib/krb5/ccache/file/fcc-proto.h +++ b/src/lib/krb5/ccache/file/fcc-proto.h @@ -68,6 +68,11 @@ krb5_error_code INTERFACE krb5_fcc_next_cred krb5_creds *creds )); /* fcc_read.c */ +krb5_error_code krb5_fcc_read + PROTOTYPE((krb5_context, + krb5_ccache id , + krb5_pointer buf, + int len)); krb5_error_code krb5_fcc_read_principal PROTOTYPE((krb5_context, krb5_ccache id , krb5_principal *princ )); krb5_error_code krb5_fcc_read_keyblock @@ -122,7 +127,7 @@ krb5_error_code INTERFACE krb5_fcc_set_flags /* fcc_ops.c */ extern krb5_cc_ops krb5_cc_file_ops; krb5_error_code krb5_change_cache - PROTOTYPE(()); + PROTOTYPE((void)); /* fcc_write.c */ |
