1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00

r1497: add forward declaration for struct auth_session_info

(fix compiler warning)

metze
This commit is contained in:
Stefan Metzmacher 2004-07-14 11:28:34 +00:00 committed by Gerald (Jerry) Carter
parent 463982bf3f
commit 65147f5aa2

View File

@ -45,6 +45,8 @@ enum gensec_role
GENSEC_CLIENT
};
struct auth_session_info;
struct gensec_security_ops {
const char *name;
const char *sasl_name;