summaryrefslogtreecommitdiff
path: root/rest-api-templates/res_stasis_json_resource.exports.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'rest-api-templates/res_stasis_json_resource.exports.mustache')
-rw-r--r--rest-api-templates/res_stasis_json_resource.exports.mustache12
1 files changed, 12 insertions, 0 deletions
diff --git a/rest-api-templates/res_stasis_json_resource.exports.mustache b/rest-api-templates/res_stasis_json_resource.exports.mustache
new file mode 100644
index 000000000..0f958fa04
--- /dev/null
+++ b/rest-api-templates/res_stasis_json_resource.exports.mustache
@@ -0,0 +1,12 @@
+{
+{{#api_declaration}}
+{{#has_events}}
+ global:
+{{#events}}
+ LINKER_SYMBOL_PREFIXstasis_json_event_{{c_id}}_create;
+{{/events}}
+{{/has_events}}
+{{/api_declaration}}
+ local:
+ *;
+};