From 9f01ba4044401f234a99acf241bf7ed9191981cd Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 24 Sep 2010 16:45:33 +0200 Subject: Maemo: Plugin implements the listener_t interface. --- src/libcharon/plugins/maemo/maemo_service.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/libcharon/plugins/maemo/maemo_service.h') diff --git a/src/libcharon/plugins/maemo/maemo_service.h b/src/libcharon/plugins/maemo/maemo_service.h index 129c3f893..b0240cbaa 100644 --- a/src/libcharon/plugins/maemo/maemo_service.h +++ b/src/libcharon/plugins/maemo/maemo_service.h @@ -21,6 +21,8 @@ #ifndef MAEMO_SERVICE_H_ #define MAEMO_SERVICE_H_ +#include + typedef struct maemo_service_t maemo_service_t; /** @@ -28,6 +30,11 @@ typedef struct maemo_service_t maemo_service_t; */ struct maemo_service_t { + /** + * Implements listener_t. + */ + listener_t listener; + /** * Destroy a maemo_service_t. */ -- cgit v1.2.3