diff options
Diffstat (limited to 'source3/utils/net_proto.h')
-rw-r--r-- | source3/utils/net_proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/net_proto.h b/source3/utils/net_proto.h index 5af9d9e2cd..31ee584c4c 100644 --- a/source3/utils/net_proto.h +++ b/source3/utils/net_proto.h @@ -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 */ |