aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/maemo/maemo_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcharon/plugins/maemo/maemo_service.h')
-rw-r--r--src/libcharon/plugins/maemo/maemo_service.h7
1 files changed, 7 insertions, 0 deletions
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 <bus/listeners/listener.h>
+
typedef struct maemo_service_t maemo_service_t;
/**
@@ -29,6 +31,11 @@ typedef struct maemo_service_t maemo_service_t;
struct maemo_service_t {
/**
+ * Implements listener_t.
+ */
+ listener_t listener;
+
+ /**
* Destroy a maemo_service_t.
*/
void (*destroy)(maemo_service_t *this);