From ba33beec050bdc4bf0452761c481ea41985b831f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 28 Nov 2003 05:20:11 +0000 Subject: * added a bunch of placeholder IDL files * allow for an interface to list its endpoints in the IDL file, so we can automatically make the server listen on the right pipes, and can scan pipes more easily (I don't take advantage of this yet, just putting the infrastructure in place) (This used to be commit c8b8480244b4ab6204403dc65e92e4317b410a84) --- source4/librpc/idl/wzcsvc.idl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 source4/librpc/idl/wzcsvc.idl (limited to 'source4/librpc/idl/wzcsvc.idl') diff --git a/source4/librpc/idl/wzcsvc.idl b/source4/librpc/idl/wzcsvc.idl new file mode 100644 index 0000000000..167496e3cc --- /dev/null +++ b/source4/librpc/idl/wzcsvc.idl @@ -0,0 +1,15 @@ +/* + windows zero-configuration service +*/ + +[ + uuid(378e52b0-c0a9-11cf-822d-00aa0051e40f), + version(1.0) +] +interface wzcsvc +{ + + /*****************/ + /* Function 0x00 */ + WERROR wzcsvc_Unknown0(); +} -- cgit