analysis: Make all function declarations be protoypes
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 27 May 2010 11:18:29 +0000 (12:18 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Tue, 1 Jun 2010 11:08:18 +0000 (12:08 +0100)
commit3161e92818366aedc106329675a7dd9ac2bffd10
treeccc3175dbdc13114cfa6edcd7851bfc66ba8f04b
parent83b7801e496f13ad7ecd615ce8fcd09c1fef44d4
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.
clutter/clutter-bezier.c
clutter/cogl/cogl/cogl-context.c
tests/interactive/test-cogl-primitives.c
tests/interactive/test-project.c
tests/micro-bench/test-text-perf.c