Add missing prototype.

This commit is contained in:
Ralf Corsepius
2009-10-24 05:51:36 +00:00
parent 8a990c7fc1
commit 5f4d6cccb5

View File

@@ -9,5 +9,5 @@
*/
/* put here hoping it won't get inlined */
void dummy_function_empty_body_to_force_call() {}
void dummy_function_empty_body_to_force_call(void) {}