From 9c6f78aae195c286818f91405b983b127ae17402 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 6 Apr 2011 15:16:53 +0200 Subject: s3: add some forward declarations. Guenther --- source3/winbindd/winbindd_proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd/winbindd_proto.h') diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index e66b675e231..a9d5659f98f 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -334,7 +334,7 @@ void winbindd_netbios_name(struct winbindd_cli_state *state); void winbindd_priv_pipe_dir(struct winbindd_cli_state *state); /* The following definitions come from winbindd/winbindd_ndr.c */ - +struct ndr_print; void ndr_print_winbindd_child(struct ndr_print *ndr, const char *name, const struct winbindd_child *r); -- cgit