summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMohamed Abbas <mabbas@linux.intel.com>2011-11-15 13:06:15 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2011-11-15 13:41:44 +0100
commit36f57036dcf4faf2327709be40aef2e9fa0209d5 (patch)
treece235455eb13076d713d7f4b97cabaadde67381b /include
parentc75a3bd3b009b8894fa14d130709642d1bc0c8c6 (diff)
downloadconnman-36f57036dcf4faf2327709be40aef2e9fa0209d5.tar.gz
connman-36f57036dcf4faf2327709be40aef2e9fa0209d5.tar.bz2
connman-36f57036dcf4faf2327709be40aef2e9fa0209d5.zip
task: Allow vpn plugins to send reply
Change task notify to allow client to send dbus reply. This will allow vpn plugin to send requested user/password info.
Diffstat (limited to 'include')
-rw-r--r--include/task.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/task.h b/include/task.h
index bde2a29d..d93df2d1 100644
--- a/include/task.h
+++ b/include/task.h
@@ -39,7 +39,7 @@ struct connman_task;
typedef void (* connman_task_exit_t) (struct connman_task *task,
int exit_code, void *user_data);
-typedef void (* connman_task_notify_t) (struct connman_task *task,
+typedef DBusMessage * (* connman_task_notify_t) (struct connman_task *task,
DBusMessage *message, void *user_data);
struct connman_task *connman_task_create(const char *program);