From a2481eda8c29255e8580b6070ea87f46ea7b4300 Mon Sep 17 00:00:00 2001 From: "Gerald (Jerry) Carter" Date: Fri, 21 Dec 2007 11:57:34 -0600 Subject: 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) --- source3/exports/libwbclient.syms | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 source3/exports/libwbclient.syms (limited to 'source3/exports') 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: *; +}; -- cgit