s3-rpcclient: add very basic clusapi client.
[amitay/samba.git] / source3 / rpcclient / rpcclient.c
index 5e0dc7a529df97e1db963d8655137ffe23ad608a..381905d70cc2f2b109e92a61a6b803b288ecd5b9 100644 (file)
@@ -626,6 +626,7 @@ extern struct cmd_set eventlog_commands[];
 extern struct cmd_set winreg_commands[];
 extern struct cmd_set fss_commands[];
 extern struct cmd_set witness_commands[];
+extern struct cmd_set clusapi_commands[];
 
 static struct cmd_set *rpcclient_command_list[] = {
        rpcclient_commands,
@@ -647,6 +648,7 @@ static struct cmd_set *rpcclient_command_list[] = {
        winreg_commands,
        fss_commands,
        witness_commands,
+       clusapi_commands,
        NULL
 };