summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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 f608c7e5..bde2a29d 100644
--- a/include/task.h
+++ b/include/task.h
@@ -37,7 +37,7 @@ extern "C" {
struct connman_task;
typedef void (* connman_task_exit_t) (struct connman_task *task,
- void *user_data);
+ int exit_code, void *user_data);
typedef void (* connman_task_notify_t) (struct connman_task *task,
DBusMessage *message, void *user_data);