frsapi.idl: fill the frsapi_WriterCommand() function
authorStefan Metzmacher <metze@samba.org>
Tue, 21 Jul 2009 14:04:35 +0000 (16:04 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 21 Jul 2009 17:11:22 +0000 (19:11 +0200)
metze

librpc/idl/frsapi.idl

index fd412ea1a58291d274e0985c527cf4e28d5328d7..ea7880c9f8ab327eea5d43b8c35674fb67da033c 100644 (file)
@@ -106,7 +106,14 @@ interface frsapi
 
        /****************/
        /* Function 0x09 */
-       [todo] void FRSAPI_WRITER_COMMAND();
+       typedef [v1_enum] enum {
+               FRSAPI_WRITER_COMMAND_FREEZE    = 0x00000001,
+               FRSAPI_WRITER_COMMAND_THAW      = 0x00000002
+       } frsapi_WriterCommandsValues;
+
+       WERROR frsapi_WriterCommand(
+               [in] frsapi_WriterCommandsValues command
+       );
 
        /****************/
        /* Function 0x0a */