diff options
author | Martin Willi <martin@strongswan.org> | 2009-04-14 10:34:24 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-04-14 10:34:24 +0000 |
commit | a44bb9345f0482b3dace19a27ee40320ddadc75f (patch) | |
tree | 34d75bd95b2868900213e13c31ddd892d2fd4904 /src/starter/invokepluto.h | |
parent | 6e5c8d9413234b18a0631cddadd973a9f509708b (diff) | |
download | strongswan-a44bb9345f0482b3dace19a27ee40320ddadc75f.tar.bz2 strongswan-a44bb9345f0482b3dace19a27ee40320ddadc75f.tar.xz |
merged multi-auth branch back into trunk
Diffstat (limited to 'src/starter/invokepluto.h')
-rw-r--r-- | src/starter/invokepluto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/starter/invokepluto.h b/src/starter/invokepluto.h index 6366d1f50..768bec28c 100644 --- a/src/starter/invokepluto.h +++ b/src/starter/invokepluto.h @@ -22,7 +22,7 @@ extern void starter_pluto_sigchild (pid_t pid); extern pid_t starter_pluto_pid (void); extern int starter_stop_pluto (void); -extern int starter_start_pluto (struct starter_config *cfg, bool debug); +extern int starter_start_pluto (struct starter_config *cfg, bool no_fork, bool attach_gdb); #endif /* _STARTER_PLUTO_H_ */ |