diff options
-rw-r--r-- | source4/librpc/idl/winstation.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/winstation.idl b/source4/librpc/idl/winstation.idl index 07ae3bb138..5539cff04b 100644 --- a/source4/librpc/idl/winstation.idl +++ b/source4/librpc/idl/winstation.idl @@ -1,5 +1,5 @@ /* - dnsserver interface definition + winstation interface definition */ #include "idl_types.h" @@ -9,7 +9,7 @@ pointer_default(unique), pointer_default_top(unique), helpstring("Terminal Services remote management") -] interface dnsserver +] interface winstation { void foo(); } |