mirror of
https://github.com/brl/mutter.git
synced 2025-03-06 21:28:11 +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.