net: Add net_run_function3
[bbaumbach/samba-autobuild/.git] / source3 / utils / net_proto.h
index 5af9d9e2cddc091c2d9cd31f705caf3b0454ff7c..31ee584c4c01b83d2fed08beef177f087c4c8452 100644 (file)
@@ -460,6 +460,8 @@ int net_run_function(struct net_context *c, int argc, const char **argv,
                                     int argc, const char **argv));
 int net_run_function2(struct net_context *c, int argc, const char **argv,
                      const char *whoami, struct functable2 *table);
+int net_run_function3(struct net_context *c, int argc, const char **argv,
+                     const char *whoami, struct functable3 *table);
 
 /* The following definitions come from utils/netlookup.c  */