diff options
Diffstat (limited to 'src/starter/invokepluto.h')
-rw-r--r-- | src/starter/invokepluto.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/starter/invokepluto.h b/src/starter/invokepluto.h index 589a036ee..b0c89b1f1 100644 --- a/src/starter/invokepluto.h +++ b/src/starter/invokepluto.h @@ -10,8 +10,6 @@ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. - * - * RCSID $Id: invokepluto.h 3267 2007-10-08 19:57:54Z andreas $ */ #ifndef _STARTER_PLUTO_H_ @@ -22,7 +20,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_ */ |