aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 21f3ce7c0..ef5d1a5f5 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -272,7 +272,10 @@ struct FTP {
* FILE unique setup
***************************************************************************/
struct FILEPROTO {
- int fd; /* open file descriptor to read from! */
+ char *path; /* the path we operate on */
+ char *freepath; /* pointer to the allocated block we must free, this might
+ differ from the 'path' pointer */
+ int fd; /* open file descriptor to read from! */
};
/*