diff options
Diffstat (limited to 'wlroots.syms')
-rw-r--r-- | wlroots.syms | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/wlroots.syms b/wlroots.syms new file mode 100644 index 00000000..3176f874 --- /dev/null +++ b/wlroots.syms @@ -0,0 +1,10 @@ +{ + global: + wlr_*; + _wlr_log; + _wlr_vlog; + _wlr_strip_path; + local: + wlr_signal_emit_safe; + *; +}; |