summaryrefslogtreecommitdiff
path: root/cp/test/inc
diff options
context:
space:
mode:
authorGuillaume2007-09-11 08:51:56 +0000
committerGuillaume2007-09-11 08:51:56 +0000
commite212ed516dcbcf390807a2cbe413f18220ca8b50 (patch)
tree4795b4d69d84c0b8c41a1d79e49723dc212bf9c3 /cp/test/inc
parentfece8b856111c67a1c571208fa503afc9d835917 (diff)
work in progress...
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@693 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cp/test/inc')
-rw-r--r--cp/test/inc/test_interf.h2
-rw-r--r--cp/test/inc/test_msg.h2
-rw-r--r--cp/test/inc/test_secu.h2
-rw-r--r--cp/test/inc/test_station.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/cp/test/inc/test_interf.h b/cp/test/inc/test_interf.h
index 7ffdca8378..400d616c1b 100644
--- a/cp/test/inc/test_interf.h
+++ b/cp/test/inc/test_interf.h
@@ -21,7 +21,7 @@
#include "cp/interf/interf.h"
#include "cp/interf/inc/interf_private.h"
-void interf_test (void);
+int interf_test (void);
#endif
diff --git a/cp/test/inc/test_msg.h b/cp/test/inc/test_msg.h
index f4ce28aa22..c3e8aa0030 100644
--- a/cp/test/inc/test_msg.h
+++ b/cp/test/inc/test_msg.h
@@ -20,7 +20,7 @@
#include "cp/msg/msg.h"
#include "cp/cp_types.h"
-void msg_test (void);
+int msg_test (void);
#endif
diff --git a/cp/test/inc/test_secu.h b/cp/test/inc/test_secu.h
index 3e46cc7182..b2ef02e7f9 100644
--- a/cp/test/inc/test_secu.h
+++ b/cp/test/inc/test_secu.h
@@ -19,6 +19,6 @@
#include "cp/secu/secu.h"
-void SECU_Test (void);
+int SECU_Test (void);
#endif
diff --git a/cp/test/inc/test_station.h b/cp/test/inc/test_station.h
index 789fa54c58..7056662983 100644
--- a/cp/test/inc/test_station.h
+++ b/cp/test/inc/test_station.h
@@ -16,7 +16,7 @@
#include "cp/station/station.h"
-void station_test (void);
+int station_test (void);
#endif /*TEST_STATION_H_*/