aboutsummaryrefslogtreecommitdiffstats
path: root/src/export-cynara-client.map
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-10-03 12:34:13 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2019-10-04 13:43:10 +0200
commitd4a2c432763b033acf7c94ee7e121aca5a3a4f10 (patch)
treee972628992c5f8a49ba3704c10ab9b1058c4c1b9 /src/export-cynara-client.map
parentbf0edaecd3cbf088992ba4bae20d761cceeb1742 (diff)
Improve library split parts
In prevision of further developments (like plugins) the server is splitted in two parts: the server program itself and the core library. The client library is also splitted in two parts: the compatibility part and the real client part. Change-Id: Iaee93298d52eb825ad9aed5d2b3e74c2975b5950 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/export-cynara-client.map')
-rw-r--r--src/export-cynara-client.map8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/export-cynara-client.map b/src/export-cynara-client.map
new file mode 100644
index 0000000..326de85
--- /dev/null
+++ b/src/export-cynara-client.map
@@ -0,0 +1,8 @@
+{
+global:
+ rcyn_*;
+local:
+ *;
+};
+
+