diff options
| author | Günther Deschner <gd@samba.org> | 2009-01-09 16:17:03 +0100 |
|---|---|---|
| committer | Günther Deschner <gd@samba.org> | 2009-01-09 16:52:47 +0100 |
| commit | 413cb33fd59efbeb3ebfcdc0ddce3500412fe66d (patch) | |
| tree | d1abc5689bd05cc3ec26049144608aa343c06a45 | |
| parent | a9b7695c2462654918204986c72cdb0c413b24c9 (diff) | |
svcctl: include hand marshalling helper in idl.
Guenther
| -rw-r--r-- | librpc/idl/svcctl.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/svcctl.idl b/librpc/idl/svcctl.idl index a48eb35855..3f990298ad 100644 --- a/librpc/idl/svcctl.idl +++ b/librpc/idl/svcctl.idl @@ -9,6 +9,7 @@ import "misc.idl", "security.idl"; version(2.0), pointer_default(unique), endpoint("ncacn_np:[\\pipe\\svcctl]", "ncalrpc:"), + helper("../librpc/ndr/ndr_svcctl.h"), helpstring("Service Control") ] interface svcctl { |
