diff options
author | Günther Deschner <gd@samba.org> | 2011-04-06 15:16:53 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-04-12 12:20:43 +0200 |
commit | 9c6f78aae195c286818f91405b983b127ae17402 (patch) | |
tree | b93ffaef05407f0ed9711ad0ec9d8b1ebe679d0b /source3/winbindd | |
parent | 7ea03840fc817b21d7d333aebc6bbaeded9a0485 (diff) | |
download | samba-9c6f78aae195c286818f91405b983b127ae17402.tar.gz samba-9c6f78aae195c286818f91405b983b127ae17402.tar.bz2 samba-9c6f78aae195c286818f91405b983b127ae17402.zip |
s3: add some forward declarations.
Guenther
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/winbindd_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index e66b675e23..a9d5659f98 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); |