diff options
Diffstat (limited to 'source4/librpc/idl/w32time.idl')
-rw-r--r-- | source4/librpc/idl/w32time.idl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/source4/librpc/idl/w32time.idl b/source4/librpc/idl/w32time.idl new file mode 100644 index 0000000000..cca5cacc3b --- /dev/null +++ b/source4/librpc/idl/w32time.idl @@ -0,0 +1,15 @@ +/* + w32time interface definitions +*/ + +[ + uuid(8fb6d884-2388-11d0-8c35-00c04fda2795), + version(4.1) +] +interface w32time +{ + + /*****************/ + /* Function 0x00 */ + WERROR w32time_Unknown0(); +} |