Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'agent/tcf/main/main_va.c')
-rw-r--r--agent/tcf/main/main_va.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/agent/tcf/main/main_va.c b/agent/tcf/main/main_va.c
index 592a7ba0..766f9bbf 100644
--- a/agent/tcf/main/main_va.c
+++ b/agent/tcf/main/main_va.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2010 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2012 Wind River Systems, Inc. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Eclipse Distribution License v1.0 which accompany this distribution.
@@ -53,6 +53,7 @@ static void channel_new_connection(ChannelServer * serv, Channel * c) {
}
#if defined(_WRS_KERNEL)
+int tcf_va(void);
int tcf_va(void) {
#else
int main(int argc, char ** argv) {

Back to the top