diff options
Diffstat (limited to 'Tests/SimpleInstallS2/foo.h')
-rw-r--r-- | Tests/SimpleInstallS2/foo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/SimpleInstallS2/foo.h b/Tests/SimpleInstallS2/foo.h index bba9022e58..2708baffe9 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 } |