summaryrefslogtreecommitdiff
path: root/gobex/gobex.h
diff options
context:
space:
mode:
Diffstat (limited to 'gobex/gobex.h')
-rw-r--r--[-rwxr-xr-x]gobex/gobex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gobex/gobex.h b/gobex/gobex.h
index 5bc91031..827dc3b4 100755..100644
--- a/gobex/gobex.h
+++ b/gobex/gobex.h
@@ -134,5 +134,8 @@ gboolean g_obex_cancel_transfer(guint id, GObexFunc complete_func,
const char *g_obex_strerror(guint8 err_code);
guint8 g_obex_errno_to_rsp(int err);
+#ifdef TIZEN_FEATURE_BLUEZ_MODIFY
+void g_obex_io_shutdown(GObex *obex);
+#endif
#endif /* __GOBEX_H */