summaryrefslogtreecommitdiff
path: root/source3/nsswitch/libwbclient/wbclient.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-04-14 09:31:46 +0200
committerStefan Metzmacher <metze@samba.org>2008-04-17 00:25:00 +0200
commit3458b708d280685bd8d66a8cc86661af0b707381 (patch)
tree8333bf170cb9c8d3183f279e6bc7be06cd538fb3 /source3/nsswitch/libwbclient/wbclient.h
parent6f4b7fcf9777aa72ad587b8664b078c5dcb8d11f (diff)
downloadsamba-3458b708d280685bd8d66a8cc86661af0b707381.tar.gz
samba-3458b708d280685bd8d66a8cc86661af0b707381.tar.bz2
samba-3458b708d280685bd8d66a8cc86661af0b707381.zip
libwbclient: add wbcResolveWinsByName() and wbcResolveWinsByIP()
metze (This used to be commit 57ba71140fbf6b4a5a917fa3248fa76536be883b)
Diffstat (limited to 'source3/nsswitch/libwbclient/wbclient.h')
-rw-r--r--source3/nsswitch/libwbclient/wbclient.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/nsswitch/libwbclient/wbclient.h b/source3/nsswitch/libwbclient/wbclient.h
index 4e7e5aff25..1303057b84 100644
--- a/source3/nsswitch/libwbclient/wbclient.h
+++ b/source3/nsswitch/libwbclient/wbclient.h
@@ -401,4 +401,10 @@ wbcErr wbcAuthenticateUserEx(const struct wbcAuthUserParams *params,
struct wbcAuthUserInfo **info,
struct wbcAuthErrorInfo **error);
+/*
+ * Resolve functions
+ */
+wbcErr wbcResolveWinsByName(const char *name, const char **ip);
+wbcErr wbcResolveWinsByIP(const char *ip, const char **name);
+
#endif /* _WBCLIENT_H */