summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleInstallS2/foo.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/SimpleInstallS2/foo.h')
-rw-r--r--Tests/SimpleInstallS2/foo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SimpleInstallS2/foo.h b/Tests/SimpleInstallS2/foo.h
index bba9022..2708baf 100644
--- a/Tests/SimpleInstallS2/foo.h
+++ b/Tests/SimpleInstallS2/foo.h
@@ -3,7 +3,7 @@ extern "C" {
#endif
extern char* foo;
-extern int SomeFunctionInFoo(int i);
+extern int SomeFunctionInFoo();
#ifdef __cplusplus
}