summaryrefslogtreecommitdiff
path: root/gobex/gobex.h
diff options
context:
space:
mode:
Diffstat (limited to 'gobex/gobex.h')
-rw-r--r--gobex/gobex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gobex/gobex.h b/gobex/gobex.h
index 7c4759055..fd2b27412 100644
--- a/gobex/gobex.h
+++ b/gobex/gobex.h
@@ -95,6 +95,9 @@ guint g_obex_move(GObex *obex, const char *name, const char *dest,
GObexResponseFunc func, gpointer user_data,
GError **err);
+guint g_obex_abort(GObex *obex, GObexResponseFunc func, gpointer user_data,
+ GError **err);
+
/* Transfer related high-level functions */
guint g_obex_put_req(GObex *obex, GObexDataProducer data_func,