summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-04-06 15:16:53 +0200
committerGünther Deschner <gd@samba.org>2011-04-12 12:20:43 +0200
commit9c6f78aae195c286818f91405b983b127ae17402 (patch)
treeb93ffaef05407f0ed9711ad0ec9d8b1ebe679d0b /source3/winbindd/winbindd_proto.h
parent7ea03840fc817b21d7d333aebc6bbaeded9a0485 (diff)
downloadsamba-9c6f78aae195c286818f91405b983b127ae17402.tar.gz
samba-9c6f78aae195c286818f91405b983b127ae17402.tar.xz
samba-9c6f78aae195c286818f91405b983b127ae17402.zip
s3: add some forward declarations.
Guenther
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h2
1 files changed, 1 insertions, 1 deletions
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);