diff options
Diffstat (limited to 'source4/librpc/idl/scerpc.idl')
-rw-r--r-- | source4/librpc/idl/scerpc.idl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/source4/librpc/idl/scerpc.idl b/source4/librpc/idl/scerpc.idl new file mode 100644 index 0000000000..049de3b19b --- /dev/null +++ b/source4/librpc/idl/scerpc.idl @@ -0,0 +1,16 @@ +/* + security configuration editor interface definitions +*/ + +[ + uuid(93149ca2-973b-11d1-8c39-00c04fb984f9), + version(0.0) +] +interface scerpc +{ + + /*****************/ + /* Function 0x00 */ + WERROR scerpc_Unknown0(); +} + |