aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm/guest.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2008-07-09 11:43:48 +0000
committerMartin Willi <martin@strongswan.org>2008-07-09 11:43:48 +0000
commita9c46ace99b455d04a9934d83d7d1693019cde07 (patch)
tree936bd43dc10bd82f216d48e919b8a64d25b82966 /src/dumm/guest.h
parentee70c94835ca6e3ec5862dd56888796a14d85fb8 (diff)
downloadstrongswan-a9c46ace99b455d04a9934d83d7d1693019cde07.tar.bz2
strongswan-a9c46ace99b455d04a9934d83d7d1693019cde07.tar.xz
ruby bindings/fixes for template loading
Diffstat (limited to 'src/dumm/guest.h')
-rw-r--r--src/dumm/guest.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dumm/guest.h b/src/dumm/guest.h
index 1109622f9..98e5ebb44 100644
--- a/src/dumm/guest.h
+++ b/src/dumm/guest.h
@@ -107,9 +107,8 @@ struct guest_t {
* @brief Kill the guest.
*
* @param idle idle function to call while waiting to termination
- * @return TRUE if guest was running and killed
*/
- bool (*stop) (guest_t *this, idle_function_t idle);
+ void (*stop) (guest_t *this, idle_function_t idle);
/**
* @brief Create a new interface in the current scenario.