net: Add net tdb command to print information from tdb records
[bbaumbach/samba-autobuild/.git] / source3 / utils / net_proto.h
index 093aa4be93e332cd5ec9c7600dfce4474acb2324..f0ae538cbc497dea84ac5c4c2c802e0bafb2f8f7 100644 (file)
@@ -462,4 +462,7 @@ int net_rpc_trust(struct net_context *c, int argc, const char **argv);
 int net_rpc_conf(struct net_context *c, int argc, const char **argv);
 
 int net_notify(struct net_context *c, int argc, const char **argv);
+
+int net_tdb(struct net_context *c, int argc, const char **argv);
+
 #endif /*  _NET_PROTO_H_  */