diff options
author | Günther Deschner <gd@samba.org> | 2009-08-13 17:11:07 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-08-28 10:04:52 +0200 |
commit | d4d2b42a921af11dc34ce48b8f4668171e388f95 (patch) | |
tree | b6fdc54d93e01e9fc108ae8c6c5dbc2466df1c8d /librpc/idl | |
parent | ff7958394c4729a5e194795b19cb863e9b31ebb0 (diff) | |
download | samba-d4d2b42a921af11dc34ce48b8f4668171e388f95.tar.gz samba-d4d2b42a921af11dc34ce48b8f4668171e388f95.tar.bz2 samba-d4d2b42a921af11dc34ce48b8f4668171e388f95.zip |
ntlmssp: add ntlmssp helper skeleton.
Guenther
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/ntlmssp.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/librpc/idl/ntlmssp.idl b/librpc/idl/ntlmssp.idl index 3f80d57ff3..9845f348e1 100644 --- a/librpc/idl/ntlmssp.idl +++ b/librpc/idl/ntlmssp.idl @@ -5,7 +5,8 @@ */ [ - pointer_default(unique) + pointer_default(unique), + helper("../librpc/ndr/ndr_ntlmssp.h") ] interface ntlmssp { |