From 1dda098401a208d792bccc4a3f9e1b56571e6309 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 5 Jun 2014 10:57:36 +0000 Subject: libsmb: Put the "smb2_lease" struct into idl This will make it easier in the future to NDR_PRINT a lease and a lease key Signed-off-by: Volker Lendecke Reviewed-by: Ronnie Sahlberg Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Thu Jun 12 03:34:41 CEST 2014 on sn-devel-104 --- source4/libcli/raw/interfaces.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/libcli') diff --git a/source4/libcli/raw/interfaces.h b/source4/libcli/raw/interfaces.h index 7bc79cad218..12c03774f55 100644 --- a/source4/libcli/raw/interfaces.h +++ b/source4/libcli/raw/interfaces.h @@ -25,6 +25,7 @@ #include "source4/libcli/raw/smb.h" #include "../libcli/smb/smb_common.h" #include "librpc/gen_ndr/misc.h" /* for struct GUID */ +#include "librpc/gen_ndr/smb2_lease_struct.h" /* this structure is just a wrapper for a string, the only reason we bother with this is that it allows us to check the length provided -- cgit