summaryrefslogtreecommitdiffstats
path: root/source/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
commit83d274b46078a9ace77edb822a0e336c79dcf40e (patch)
tree7d16088ba0d0184dc187cc3ddbd231df127ea831 /source/exports
parent740a2b080db56d504c4edd58bf41d72edb3d32ee (diff)
downloadsamba-83d274b46078a9ace77edb822a0e336c79dcf40e.tar.gz
samba-83d274b46078a9ace77edb822a0e336c79dcf40e.tar.xz
samba-83d274b46078a9ace77edb822a0e336c79dcf40e.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.
Diffstat (limited to 'source/exports')
-rw-r--r--source/exports/libwbclient.syms4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/exports/libwbclient.syms b/source/exports/libwbclient.syms
new file mode 100644
index 00000000000..f1e68b42a94
--- /dev/null
+++ b/source/exports/libwbclient.syms
@@ -0,0 +1,4 @@
+{
+ global: wbc*;
+ local: *;
+};