summaryrefslogtreecommitdiff
path: root/Tests/SimpleInstallS2/foo.h
diff options
context:
space:
mode:
authorBerk Geveci <berk.geveci@kitware.com>2004-02-04 09:42:50 -0500
committerBerk Geveci <berk.geveci@kitware.com>2004-02-04 09:42:50 -0500
commit2522153e5976e859b167513948bc8f2b7c87924f (patch)
treec58a3b12915349a54c07f9f9dc19e63f833e3777 /Tests/SimpleInstallS2/foo.h
parente6de1efcb8651d53bf03bc5cdeca124d6966e738 (diff)
downloadcmake-2522153e5976e859b167513948bc8f2b7c87924f.tar.gz
ENH: Fix test on HP-UX
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 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
}