summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_proto.h
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2002-03-29 15:37:39 +0000
committerHerb Lewis <herb@samba.org>2002-03-29 15:37:39 +0000
commit93af72fe45a92148af3e3e3197cd7c481894cfa8 (patch)
tree3ea3356c70b0c86f53eb14d43910be5f24d31223 /source3/nsswitch/winbindd_proto.h
parent14f0beb21cebe319c34e25dbb685c6b30fe10561 (diff)
downloadsamba-93af72fe45a92148af3e3e3197cd7c481894cfa8.tar.gz
samba-93af72fe45a92148af3e3e3197cd7c481894cfa8.tar.bz2
samba-93af72fe45a92148af3e3e3197cd7c481894cfa8.zip
merge winbindd WINS changes from 2.2
(This used to be commit 205399dc17e464360b0152538329b9e111b0e7f4)
Diffstat (limited to 'source3/nsswitch/winbindd_proto.h')
-rw-r--r--source3/nsswitch/winbindd_proto.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_proto.h b/source3/nsswitch/winbindd_proto.h
index 14edbfdd44..f12c56e8b1 100644
--- a/source3/nsswitch/winbindd_proto.h
+++ b/source3/nsswitch/winbindd_proto.h
@@ -1,5 +1,6 @@
#ifndef _WINBINDD_PROTO_H_
#define _WINBINDD_PROTO_H_
+
/* This file is automatically generated with "make proto". DO NOT EDIT */
@@ -122,4 +123,10 @@ BOOL winbindd_param_init(void);
BOOL check_domain_env(char *domain_env, char *domain);
BOOL parse_domain_user(const char *domuser, fstring domain, fstring user);
void fill_domain_username(fstring name, const char *domain, const char *user);
-#endif /* _PROTO_H_ */
+
+/* The following definitions come from nsswitch/winbindd_wins.c */
+
+enum winbindd_result winbindd_wins_byip(struct winbindd_cli_state *state);
+enum winbindd_result winbindd_wins_byname(struct winbindd_cli_state *state);
+
+#endif /* _WINBINDD_PROTO_H_ */