1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

r15366: Use type name rather then typedef directly - fixes build on tcc

(This used to be commit 76c5f377204ad158b03641258a4645a9d487fee8)
This commit is contained in:
Jelmer Vernooij 2006-04-30 21:21:04 +00:00 committed by Gerald (Jerry) Carter
parent 37e94956e0
commit 7ff6afd9cc

View File

@ -19,7 +19,7 @@
*/
struct smb_krb5_context {
krb5_context krb5_context;
struct krb5_context_data *krb5_context;
krb5_log_facility *logf;
};