aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/starterstroke.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2008-03-13 14:14:44 +0000
committerMartin Willi <martin@strongswan.org>2008-03-13 14:14:44 +0000
commit552cc11b1f017ce4962fca741f567d098f768574 (patch)
tree2835ae64c435191e04b5a265b1509c40a2e6766a /src/starter/starterstroke.h
parent2df655134ca29f7a0b7d90ef4783f85eff1ddfd3 (diff)
downloadstrongswan-552cc11b1f017ce4962fca741f567d098f768574.tar.bz2
strongswan-552cc11b1f017ce4962fca741f567d098f768574.tar.xz
merged the modularization branch (credentials) back to trunk
Diffstat (limited to 'src/starter/starterstroke.h')
-rw-r--r--src/starter/starterstroke.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/starter/starterstroke.h b/src/starter/starterstroke.h
index 38fc18a46..8d45141ac 100644
--- a/src/starter/starterstroke.h
+++ b/src/starter/starterstroke.h
@@ -19,7 +19,7 @@
#include "confread.h"
-extern int starter_stroke_add_conn(starter_conn_t *conn);
+extern int starter_stroke_add_conn(starter_config_t *cfg, starter_conn_t *conn);
extern int starter_stroke_del_conn(starter_conn_t *conn);
extern int starter_stroke_route_conn(starter_conn_t *conn);
extern int starter_stroke_initiate_conn(starter_conn_t *conn);