summaryrefslogtreecommitdiff
path: root/plugins/filesystem.h
diff options
context:
space:
mode:
authorClaudio Takahasi <claudio.takahasi@openbossa.org>2010-03-31 17:30:28 -0300
committerVinicius Costa Gomes <vinicius.gomes@openbossa.org>2010-05-05 20:26:27 -0300
commit8bc81b75fbdc8aa90d389f932945e0d2612002ba (patch)
tree5dbb5a39d548a08c619ada325f1c031ff72f606d /plugins/filesystem.h
parent90f44225df9fdba378d4a0f60eb7e2bf15de61bc (diff)
downloadobexd-8bc81b75fbdc8aa90d389f932945e0d2612002ba.tar.gz
PBAP service data structure cleanup
Mimetype driver callbacks should not access directly obex_session or obex_object_t. This patch makes PBAP mimetype drivers independent of the obex session context.
Diffstat (limited to 'plugins/filesystem.h')
-rw-r--r--plugins/filesystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/filesystem.h b/plugins/filesystem.h
index 636ddb2..1e1b352 100644
--- a/plugins/filesystem.h
+++ b/plugins/filesystem.h
@@ -22,4 +22,4 @@
*/
int string_free(gpointer object);
-ssize_t string_read(gpointer object, void *buf, size_t count);
+ssize_t string_read(gpointer object, void *buf, size_t count, guint8 *hi);