summaryrefslogtreecommitdiff
path: root/source3/utils/net_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils/net_proto.h')
-rw-r--r--source3/utils/net_proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/utils/net_proto.h b/source3/utils/net_proto.h
index d1393f1818..c25294b174 100644
--- a/source3/utils/net_proto.h
+++ b/source3/utils/net_proto.h
@@ -469,4 +469,7 @@ int net_g_lock(struct net_context *c, int argc, const char **argv);
/* The following definitions come from utils/net_rpc_trust.c */
int net_rpc_trust(struct net_context *c, int argc, const char **argv);
+/* The following definitions come from utils/net_rpc_conf.c */
+int net_rpc_conf(struct net_context *c, int argc, const char **argv);
+
#endif /* _NET_PROTO_H_ */