diff options
Diffstat (limited to 'source4/winbind')
-rw-r--r-- | source4/winbind/wb_server.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/winbind/wb_server.h b/source4/winbind/wb_server.h index d64ca93a33..8e044a003b 100644 --- a/source4/winbind/wb_server.h +++ b/source4/winbind/wb_server.h @@ -158,4 +158,8 @@ struct wbsrv_call { void *private_data; }; +struct wbsrv_samba3_call; +struct netr_LMSessionKey; +struct netr_UserSessionKey; + #include "winbind/wb_proto.h" |