aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fileinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fileinfo.h')
-rw-r--r--lib/fileinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fileinfo.h b/lib/fileinfo.h
index f4d8f3b9..fdbad8bf 100644
--- a/lib/fileinfo.h
+++ b/lib/fileinfo.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 2010 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 2010 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -27,7 +27,7 @@
struct fileinfo {
struct curl_fileinfo info;
- struct curl_llist_element list;
+ struct Curl_llist_element list;
};
struct fileinfo *Curl_fileinfo_alloc(void);