From ebe0e64ba9815b238cccf7d24821bc473d245707 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 13 Oct 2009 10:15:34 +0200 Subject: s3: use enum netr_SchannelType all over the place. Guenther --- source3/utils/net_proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/net_proto.h') diff --git a/source3/utils/net_proto.h b/source3/utils/net_proto.h index e1c1817aec..098e2a22be 100644 --- a/source3/utils/net_proto.h +++ b/source3/utils/net_proto.h @@ -42,7 +42,7 @@ void debug_unix_user_token(int dbg_class, int dbg_lev, uid_t uid, gid_t gid, /* The following definitions come from utils/net.c */ -uint32 get_sec_channel_type(const char *param); +enum netr_SchannelType get_sec_channel_type(const char *param); /* The following definitions come from utils/net_ads.c */ -- cgit