From 2cd5ca7d25f12aa9198bf8c2deb6aea282f573ee Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 28 Dec 2005 15:38:36 +0000 Subject: r12542: Move some more prototypes out to seperate headers (This used to be commit 0aca5fd5130d980d07398f3291d294202aefe3c2) --- source4/utils/net/net.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/utils/net/net.h') diff --git a/source4/utils/net/net.h b/source4/utils/net/net.h index 6f3aa1086b..8d9c78c1a9 100644 --- a/source4/utils/net/net.h +++ b/source4/utils/net/net.h @@ -34,4 +34,6 @@ struct net_functable { int (*usage)(struct net_context *ctx, int argc, const char **argv); }; +#include "utils/net/net_proto.h" + #endif /* _UTIL_NET_H */ -- cgit