summaryrefslogtreecommitdiff
path: root/daemon/gvfsafpconnection.h
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2011-08-25 18:03:23 +0200
committerChristian Kellner <gicmo@gnome.org>2011-08-25 21:19:57 +0200
commitecc1730d3bfdc11fa07f15893267a7ea054328f1 (patch)
tree6ffe2f0444507294a035c6332b0fed38b6b4bf22 /daemon/gvfsafpconnection.h
parent87bc9f649e82d29ac27d4a3a55c994f375a0703c (diff)
downloadgvfs-ecc1730d3bfdc11fa07f15893267a7ea054328f1.tar.gz
afp: reuse g_vfs_afp_connection_send_command in the sync version
Diffstat (limited to 'daemon/gvfsafpconnection.h')
-rw-r--r--daemon/gvfsafpconnection.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/daemon/gvfsafpconnection.h b/daemon/gvfsafpconnection.h
index f5cde133..57badd2b 100644
--- a/daemon/gvfsafpconnection.h
+++ b/daemon/gvfsafpconnection.h
@@ -400,15 +400,6 @@ gboolean g_vfs_afp_connection_close (GVfsAfpConnection *af
GCancellable *cancellable,
GError **error);
-gboolean g_vfs_afp_connection_send_command_sync (GVfsAfpConnection *afp_connection,
- GVfsAfpCommand *afp_command,
- GCancellable *cancellable,
- GError **error);
-
-GVfsAfpReply* g_vfs_afp_connection_read_reply_sync (GVfsAfpConnection *afp_connection,
- GCancellable *cancellable,
- GError **error);
-
GVfsAfpReply* g_vfs_afp_connection_send_command_finish (GVfsAfpConnection *afp_connnection,
GAsyncResult *res,
GError **error);
@@ -419,6 +410,11 @@ void g_vfs_afp_connection_send_command (GVfsAfpConnection *a
GAsyncReadyCallback callback,
GCancellable *cancellable,
gpointer user_data);
+
+GVfsAfpReply * g_vfs_afp_connection_send_command_sync (GVfsAfpConnection *afp_connection,
+ GVfsAfpCommand *command,
+ GCancellable *cancellable,
+ GError **error);
G_END_DECLS
#endif /* _GVFSAFPCONNECTION_H_ */