diff options
Diffstat (limited to 'include/agent.h')
-rw-r--r-- | include/agent.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/agent.h b/include/agent.h index 05462df8..6961f7a1 100644 --- a/include/agent.h +++ b/include/agent.h @@ -52,6 +52,10 @@ void connman_agent_driver_unregister(struct connman_agent_driver *driver); typedef void (* report_error_cb_t) (void *user_context, bool retry, void *user_data); +int connman_agent_report_error_full(void *user_context, const char *path, + const char *method, const char *error, + report_error_cb_t callback, + const char *dbus_sender, void *user_data); int connman_agent_report_error(void *user_context, const char *path, const char *error, report_error_cb_t callback, |