mirror of
https://github.com/brl/mutter.git
synced 2025-05-31 11:00:03 +00:00

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.