summaryrefslogtreecommitdiffstats
path: root/Tests/Dependency/Four/FourSrc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Dependency/Four/FourSrc.c')
-rw-r--r--Tests/Dependency/Four/FourSrc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Tests/Dependency/Four/FourSrc.c b/Tests/Dependency/Four/FourSrc.c
index 4ea996d..b91c5fd 100644
--- a/Tests/Dependency/Four/FourSrc.c
+++ b/Tests/Dependency/Four/FourSrc.c
@@ -1,9 +1,9 @@
#include <two-test.h> /* Requires TwoCustom to be built first. */
-void NoDepAFunction();
-void OneFunction();
-void TwoFunction();
+void NoDepAFunction(void);
+void OneFunction(void);
+void TwoFunction(void);
-void FourFunction()
+void FourFunction(void)
{
static int count = 0;
if (count == 0) {