Use gint64 instead of goffset, the latter is too new

This commit is contained in:
Christian Dywan 2008-11-18 01:55:49 +01:00
parent 24ca48cc1e
commit 4e8236c95c

View file

@ -55,7 +55,7 @@ typedef struct
KatzeNetStatus status;
gchar* mime_type;
gchar* data;
goffset length;
gint64 length;
} KatzeNetRequest;
typedef gboolean (*KatzeNetStatusCb) (KatzeNetRequest* request,