Merge: const fixes.
[ira/wip.git] / source3 / rpcclient / rpcclient.h
index 3276a62437a53b5860e530021cfca130b419d83a..1bd3c1a64176a837e207724ab4ca6fa363fbbba6 100644 (file)
@@ -24,8 +24,8 @@
 
 struct cmd_set {
        const char *name;
-       NTSTATUS (*fn)(struct cli_state*, TALLOC_CTX *mem_ctx, int argc, 
-                       char **argv);
+       NTSTATUS (*fn)(struct cli_state *cli, TALLOC_CTX *mem_ctx, int argc, 
+                       const char **argv);
         int pipe_idx;
        const char *description;
        const char *usage;