summaryrefslogtreecommitdiff
path: root/daemon/gvfsjob.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 10:07:03 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 10:07:03 +0000
commit6eee20723395565bbf5e20328aa1e51a54d08ee3 (patch)
tree46ff2ea0d024fa6567b4a390a50564ff26d9d952 /daemon/gvfsjob.h
parent55ee2e4bb7be0772e4fa4d4b5f72267dd32c88d5 (diff)
downloadgvfs-6eee20723395565bbf5e20328aa1e51a54d08ee3.tar.gz
Implement daemon side close request, and close when the fd is closed
Original git commit by Alexander Larsson <alex@localhost.localdomain> at 1163778754 +0100 svn path=/trunk/; revision=178
Diffstat (limited to 'daemon/gvfsjob.h')
-rw-r--r--daemon/gvfsjob.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/gvfsjob.h b/daemon/gvfsjob.h
index 07028550..8d63a95f 100644
--- a/daemon/gvfsjob.h
+++ b/daemon/gvfsjob.h
@@ -18,6 +18,7 @@ typedef struct _GVfsJobClass GVfsJobClass;
/* Define these here to avoid circular includes */
typedef struct _GVfsJobOpenForRead GVfsJobOpenForRead;
+typedef struct _GVfsJobCloseRead GVfsJobCloseRead;
typedef struct _GVfsJobRead GVfsJobRead;
typedef struct _GVfsJobSeekRead GVfsJobSeekRead;