diff options
Diffstat (limited to 'src/lib/krb5/ccache/ccapi/stdcc.h')
-rw-r--r-- | src/lib/krb5/ccache/ccapi/stdcc.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/lib/krb5/ccache/ccapi/stdcc.h b/src/lib/krb5/ccache/ccapi/stdcc.h index e2d113168..705cdf5f2 100644 --- a/src/lib/krb5/ccache/ccapi/stdcc.h +++ b/src/lib/krb5/ccache/ccapi/stdcc.h @@ -26,50 +26,50 @@ typedef struct _stdccCacheData { /* function protoypes */ krb5_error_code KRB5_CALLCONV krb5_stdcc_close - KRB5_PROTOTYPE((krb5_context, krb5_ccache id )); + (krb5_context, krb5_ccache id ); krb5_error_code KRB5_CALLCONV krb5_stdcc_destroy - KRB5_PROTOTYPE((krb5_context, krb5_ccache id )); + (krb5_context, krb5_ccache id ); krb5_error_code KRB5_CALLCONV krb5_stdcc_end_seq_get - KRB5_PROTOTYPE((krb5_context, krb5_ccache id , krb5_cc_cursor *cursor )); + (krb5_context, krb5_ccache id , krb5_cc_cursor *cursor ); krb5_error_code KRB5_CALLCONV krb5_stdcc_generate_new - KRB5_PROTOTYPE((krb5_context, krb5_ccache *id )); + (krb5_context, krb5_ccache *id ); const char * KRB5_CALLCONV krb5_stdcc_get_name - KRB5_PROTOTYPE((krb5_context, krb5_ccache id )); + (krb5_context, krb5_ccache id ); krb5_error_code KRB5_CALLCONV krb5_stdcc_get_principal - KRB5_PROTOTYPE((krb5_context, krb5_ccache id , krb5_principal *princ )); + (krb5_context, krb5_ccache id , krb5_principal *princ ); krb5_error_code KRB5_CALLCONV krb5_stdcc_initialize - KRB5_PROTOTYPE((krb5_context, krb5_ccache id , krb5_principal princ )); + (krb5_context, krb5_ccache id , krb5_principal princ ); krb5_error_code KRB5_CALLCONV krb5_stdcc_next_cred - KRB5_PROTOTYPE((krb5_context, + (krb5_context, krb5_ccache id , krb5_cc_cursor *cursor , - krb5_creds *creds )); + krb5_creds *creds ); krb5_error_code KRB5_CALLCONV krb5_stdcc_resolve - KRB5_PROTOTYPE((krb5_context, krb5_ccache *id , const char *residual )); + (krb5_context, krb5_ccache *id , const char *residual ); krb5_error_code KRB5_CALLCONV krb5_stdcc_retrieve - KRB5_PROTOTYPE((krb5_context, + (krb5_context, krb5_ccache id , krb5_flags whichfields , krb5_creds *mcreds , - krb5_creds *creds )); + krb5_creds *creds ); krb5_error_code KRB5_CALLCONV krb5_stdcc_start_seq_get - KRB5_PROTOTYPE((krb5_context, krb5_ccache id , krb5_cc_cursor *cursor )); + (krb5_context, krb5_ccache id , krb5_cc_cursor *cursor ); krb5_error_code KRB5_CALLCONV krb5_stdcc_store - KRB5_PROTOTYPE((krb5_context, krb5_ccache id , krb5_creds *creds )); + (krb5_context, krb5_ccache id , krb5_creds *creds ); krb5_error_code KRB5_CALLCONV krb5_stdcc_set_flags - KRB5_PROTOTYPE((krb5_context, krb5_ccache id , krb5_flags flags )); + (krb5_context, krb5_ccache id , krb5_flags flags ); krb5_error_code KRB5_CALLCONV krb5_stdcc_remove - KRB5_PROTOTYPE((krb5_context, krb5_ccache id , krb5_flags flags, krb5_creds *creds)); + (krb5_context, krb5_ccache id , krb5_flags flags, krb5_creds *creds); |