summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcurl/lib/fileinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmcurl/lib/fileinfo.h')
-rw-r--r--Utilities/cmcurl/lib/fileinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Utilities/cmcurl/lib/fileinfo.h b/Utilities/cmcurl/lib/fileinfo.h
index af44212..ce009da 100644
--- a/Utilities/cmcurl/lib/fileinfo.h
+++ b/Utilities/cmcurl/lib/fileinfo.h
@@ -26,10 +26,12 @@
#include <curl/curl.h>
#include "llist.h"
+#include "dynbuf.h"
struct fileinfo {
struct curl_fileinfo info;
struct Curl_llist_element list;
+ struct dynbuf buf;
};
struct fileinfo *Curl_fileinfo_alloc(void);