summaryrefslogtreecommitdiff
path: root/rest-api-templates/res_stasis_json_resource.exports.mustache
blob: 0f958fa04890c3f4a9ba4c382208fe03dcce7f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
{{#api_declaration}}
{{#has_events}}
	global:
{{#events}}
		LINKER_SYMBOL_PREFIXstasis_json_event_{{c_id}}_create;
{{/events}}
{{/has_events}}
{{/api_declaration}}
	local:
		*;
};