summaryrefslogtreecommitdiff
path: root/daemon/gvfsjob.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2007-09-13 09:50:55 +0000
committerAlexander Larsson <alexl@src.gnome.org>2007-09-13 09:50:55 +0000
commitd6f1e3a1a699a8cc16062c2e5c2302c5024af4c1 (patch)
tree3824638b3c1d409e583e8507fd6bb7a8cee75433 /daemon/gvfsjob.h
parentfd8347bc624177853d1a3e85be93a09d6dc788da (diff)
downloadgvfs-d6f1e3a1a699a8cc16062c2e5c2302c5024af4c1.tar.gz
Implement seek
Original git commit by Alexander Larsson <alex@localhost.localdomain> at 1163674878 +0100 svn path=/trunk/; revision=156
Diffstat (limited to 'daemon/gvfsjob.h')
-rw-r--r--daemon/gvfsjob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gvfsjob.h b/daemon/gvfsjob.h
index 3b290bef..eed17c4b 100644
--- a/daemon/gvfsjob.h
+++ b/daemon/gvfsjob.h
@@ -19,7 +19,7 @@ typedef struct _GVfsJobClass GVfsJobClass;
/* Define these here to avoid circular includes */
typedef struct _GVfsJobOpenForRead GVfsJobOpenForRead;
typedef struct _GVfsJobRead GVfsJobRead;
-typedef struct _GVfsJobReadSeek GVfsJobReadSeek;
+typedef struct _GVfsJobSeekRead GVfsJobSeekRead;
struct _GVfsJob
{