summaryrefslogtreecommitdiff
path: root/source3/exports
diff options
context:
space:
mode:
authorGerald (Jerry) Carter <jerry@samba.org>2007-12-21 11:57:34 -0600
committerGerald (Jerry) Carter <jerry@samba.org>2007-12-21 11:58:04 -0600
commita2481eda8c29255e8580b6070ea87f46ea7b4300 (patch)
treecfdd712fa5e67665219b4f27680d0515882b4f34 /source3/exports
parent657afffaae0ce25d0417095b67adbe1441835301 (diff)
downloadsamba-a2481eda8c29255e8580b6070ea87f46ea7b4300.tar.gz
samba-a2481eda8c29255e8580b6070ea87f46ea7b4300.tar.bz2
samba-a2481eda8c29255e8580b6070ea87f46ea7b4300.zip
Add files for new LGPL libwbclient DSO implementing the Winbind client API
(based on the winbind_struct_protocol.h). The API in incomplete, but sufficient to merge. See wbclienbt.h for the i interface functions. (This used to be commit 83d274b46078a9ace77edb822a0e336c79dcf40e)
Diffstat (limited to 'source3/exports')
-rw-r--r--source3/exports/libwbclient.syms4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/exports/libwbclient.syms b/source3/exports/libwbclient.syms
new file mode 100644
index 0000000000..f1e68b42a9
--- /dev/null
+++ b/source3/exports/libwbclient.syms
@@ -0,0 +1,4 @@
+{
+ global: wbc*;
+ local: *;
+};