diff options
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r-- | source3/utils/net.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h index d1e759c5a95..ef5cfa73de4 100644 --- a/source3/utils/net.h +++ b/source3/utils/net.h @@ -74,17 +74,6 @@ struct net_context { struct functable { const char *funcname; int (*fn)(struct net_context *c, int argc, const char **argv); -}; - -struct functable2 { - const char *funcname; - int (*fn)(struct net_context *c, int argc, const char **argv); - const char *helptext; -}; - -struct functable3 { - const char *funcname; - int (*fn)(struct net_context *c, int argc, const char **argv); int valid_transports; const char *description; const char *usage; |