1
0
mirror of https://github.com/brl/mutter.git synced 2025-03-11 22:05:04 +00:00
Damien Lespiau 3161e92818 analysis: Make all function declarations be protoypes
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.
2010-06-01 12:08:18 +01:00
..