Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-job-xfer.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-job-xfer.h')
-rw-r--r--shell/ev-job-xfer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/ev-job-xfer.h b/shell/ev-job-xfer.h
index dba9901..256a60e 100644
--- a/shell/ev-job-xfer.h
+++ b/shell/ev-job-xfer.h
@@ -38,7 +38,8 @@ struct _EvJobXfer
{
EvJob parent;
GError *error;
- gchar *uri;
+ char *uri;
+ char *local_uri;
};
struct _EvJobXferClass