diff options
-rw-r--r-- | source4/utils/net/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/utils/net/net.h b/source4/utils/net/net.h index ba8294c144..2967063bde 100644 --- a/source4/utils/net/net.h +++ b/source4/utils/net/net.h @@ -33,9 +33,9 @@ struct net_context { struct net_functable { const char *name; + const char *desc; int (*fn)(struct net_context *ctx, int argc, const char **argv); int (*usage)(struct net_context *ctx, int argc, const char **argv); - int (*help)(struct net_context *ctx, int argc, const char **argv); }; #endif /* _UTIL_NET_H */ |