summaryrefslogtreecommitdiff
path: root/source3/utils/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r--source3/utils/net.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h
index d1e759c5a9..ef5cfa73de 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;