aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_monitor.exports.in
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_monitor.exports.in')
-rw-r--r--res/res_monitor.exports.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/res_monitor.exports.in b/res/res_monitor.exports.in
new file mode 100644
index 000000000..4a4072442
--- /dev/null
+++ b/res/res_monitor.exports.in
@@ -0,0 +1,11 @@
+{
+ global:
+ LINKER_SYMBOL_PREFIX*ast_monitor_change_fname;
+ LINKER_SYMBOL_PREFIX*ast_monitor_pause;
+ LINKER_SYMBOL_PREFIX*ast_monitor_setjoinfiles;
+ LINKER_SYMBOL_PREFIX*ast_monitor_start;
+ LINKER_SYMBOL_PREFIX*ast_monitor_stop;
+ LINKER_SYMBOL_PREFIX*ast_monitor_unpause;
+ local:
+ *;
+};