diff options
author | Martin Willi <martin@revosec.ch> | 2011-05-06 09:50:02 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2011-05-16 15:24:15 +0200 |
commit | 4baf1f3bfece66766b78eddab33014ebaee99a89 (patch) | |
tree | faf294100ca5dc82a81666dfb1e64ab44fb3091f /src/libcharon/control/controller.h | |
parent | 83245de0ac10cfd11034ad8dadf1695153c9c540 (diff) | |
download | strongswan-4baf1f3bfece66766b78eddab33014ebaee99a89.tar.bz2 strongswan-4baf1f3bfece66766b78eddab33014ebaee99a89.tar.xz |
Migrated controller_t to INIT/METHOD macros
Diffstat (limited to 'src/libcharon/control/controller.h')
-rw-r--r-- | src/libcharon/control/controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/control/controller.h b/src/libcharon/control/controller.h index cf0f0a18b..738c1d409 100644 --- a/src/libcharon/control/controller.h +++ b/src/libcharon/control/controller.h @@ -56,7 +56,7 @@ typedef struct controller_t controller_t; * * Passing NULL as callback to the managers function calls them asynchronously. * If a callback is specified, they are called synchronously. There is a default - * callback "controller_cb_empty" if you wan't to call a function + * callback "controller_cb_empty" if you want to call a function * synchronously, but don't need a callback. */ struct controller_t { |