summaryrefslogtreecommitdiff
path: root/source3/exports
diff options
context:
space:
mode:
Diffstat (limited to 'source3/exports')
-rw-r--r--source3/exports/libsmbclient.version.syms8
-rw-r--r--source3/exports/libsmbsharemodes.version.syms7
2 files changed, 15 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: *;
+};
diff --git a/source3/exports/libsmbsharemodes.version.syms b/source3/exports/libsmbsharemodes.version.syms
new file mode 100644
index 0000000000..cf3f0336e9
--- /dev/null
+++ b/source3/exports/libsmbsharemodes.version.syms
@@ -0,0 +1,7 @@
+#
+# we use no version symbols for libsmbsharemodes
+# to be compatible with 3.0.x
+#
+{
+ global: *;
+};