diff options
author | Kai Blin <kai@samba.org> | 2008-06-07 02:25:08 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2008-06-10 09:48:21 +0200 |
commit | 255bdb26025a5025bc60637dd924f6ec71c49ee5 (patch) | |
tree | 4e2301ae2fb17a37c45b2f9d87c685ea764c74de /source3/utils/net.h | |
parent | cd06703a3f382bd114ae7634cdd7c630947cf785 (diff) | |
download | samba-255bdb26025a5025bc60637dd924f6ec71c49ee5.tar.gz samba-255bdb26025a5025bc60637dd924f6ec71c49ee5.tar.xz samba-255bdb26025a5025bc60637dd924f6ec71c49ee5.zip |
net: Rename functable3 to functable, get rid of old functables
(This used to be commit bb7c5fc4ec77db4073d3beccf12af12910b6bd07)
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; |