mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 10:28:58 +00:00
3161e92818
It's valid C to declare a function omitting it prototype, but it seems to be a good practise to always declare a function with its corresponding prototype.