diff options
Diffstat (limited to 'source3/exports/libsmbclient.version.syms')
-rw-r--r-- | source3/exports/libsmbclient.version.syms | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/exports/libsmbclient.version.syms b/source3/exports/libsmbclient.version.syms new file mode 100644 index 0000000000..6afdbcbadf --- /dev/null +++ b/source3/exports/libsmbclient.version.syms @@ -0,0 +1,8 @@ +# +# we use no version symbols for libsmbclient +# to be compatible with 3.0.x +# +{ + global: smbc_*; + local: *; +}; |