diff options
Diffstat (limited to 'source3/exports')
-rw-r--r-- | source3/exports/libnetapi.syms | 3 | ||||
-rw-r--r-- | source3/exports/libwbclient.syms | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/source3/exports/libnetapi.syms b/source3/exports/libnetapi.syms new file mode 100644 index 0000000000..eb34bfc012 --- /dev/null +++ b/source3/exports/libnetapi.syms @@ -0,0 +1,3 @@ +{ + global: *; +}; 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: *; +}; |