aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/app_voicemail.exports20
-rw-r--r--apps/app_voicemail.exports.in20
2 files changed, 20 insertions, 20 deletions
diff --git a/apps/app_voicemail.exports b/apps/app_voicemail.exports
deleted file mode 100644
index 52bce5146..000000000
--- a/apps/app_voicemail.exports
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- global:
- mm_critical;
- mm_diskerror;
- mm_dlog;
- mm_exists;
- mm_expunged;
- mm_fatal;
- mm_flags;
- mm_list;
- mm_log;
- mm_login;
- mm_lsub;
- mm_nocritical;
- mm_notify;
- mm_searched;
- mm_status;
- local:
- *;
-};
diff --git a/apps/app_voicemail.exports.in b/apps/app_voicemail.exports.in
new file mode 100644
index 000000000..3520d2216
--- /dev/null
+++ b/apps/app_voicemail.exports.in
@@ -0,0 +1,20 @@
+{
+ global:
+ LINKER_SYMBOL_PREFIXmm_critical;
+ LINKER_SYMBOL_PREFIXmm_diskerror;
+ LINKER_SYMBOL_PREFIXmm_dlog;
+ LINKER_SYMBOL_PREFIXmm_exists;
+ LINKER_SYMBOL_PREFIXmm_expunged;
+ LINKER_SYMBOL_PREFIXmm_fatal;
+ LINKER_SYMBOL_PREFIXmm_flags;
+ LINKER_SYMBOL_PREFIXmm_list;
+ LINKER_SYMBOL_PREFIXmm_log;
+ LINKER_SYMBOL_PREFIXmm_login;
+ LINKER_SYMBOL_PREFIXmm_lsub;
+ LINKER_SYMBOL_PREFIXmm_nocritical;
+ LINKER_SYMBOL_PREFIXmm_notify;
+ LINKER_SYMBOL_PREFIXmm_searched;
+ LINKER_SYMBOL_PREFIXmm_status;
+ local:
+ *;
+};