summaryrefslogtreecommitdiff
path: root/src/lib/obex_agent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/obex_agent.h')
-rw-r--r--src/lib/obex_agent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/obex_agent.h b/src/lib/obex_agent.h
index 981dc46..385d5f0 100644
--- a/src/lib/obex_agent.h
+++ b/src/lib/obex_agent.h
@@ -71,7 +71,7 @@ typedef void (*ObexAgentApprovedCallback)(ObexAgent *obex_agent, const gchar* ob
/*
* Constructor
*/
-ObexAgent *obex_agent_new(const gchar *root_folder);
+ObexAgent *obex_agent_new(const gchar *root_folder, const gboolean auto_accept);
/*
* Method definitions