diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-01-16 10:36:56 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-01-16 14:10:42 +1100 |
commit | 900fea322cabaa279e016508c688107415ed0796 (patch) | |
tree | b114cf94b71fe2734100553a7924e00bb7efaa52 /source4/dsdb/kcc | |
parent | 3a9b33b4876349165e7e16777fa283b128d525be (diff) | |
download | samba-900fea322cabaa279e016508c688107415ed0796.tar.gz samba-900fea322cabaa279e016508c688107415ed0796.tar.bz2 samba-900fea322cabaa279e016508c688107415ed0796.zip |
s4-kcc: squash a warning
Diffstat (limited to 'source4/dsdb/kcc')
-rw-r--r-- | source4/dsdb/kcc/kcc_service.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/dsdb/kcc/kcc_service.h b/source4/dsdb/kcc/kcc_service.h index b4ce37bfc5..64c78a361f 100644 --- a/source4/dsdb/kcc/kcc_service.h +++ b/source4/dsdb/kcc/kcc_service.h @@ -82,6 +82,8 @@ struct kccsrv_service { time_t last_deleted_check; }; +struct kcc_connection_list; + #include "dsdb/kcc/kcc_service_proto.h" #endif /* _DSDB_REPL_KCC_SERVICE_H_ */ |