>> > Well, if there's no output_cred_handle pointer then gss_add_cred() > will > modify the given input_cred_handle (one of the two must be provided). > So input_cred_handle is not input-only. But as far as C is concerned > that doesn't matter, so const is OK, though misleading. So, I would prefer to make it non-const in that case. -- Luke