summaryrefslogtreecommitdiff
path: root/src/tool_doswin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_doswin.h')
-rw-r--r--src/tool_doswin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tool_doswin.h b/src/tool_doswin.h
index 457637665..d1649d1f3 100644
--- a/src/tool_doswin.h
+++ b/src/tool_doswin.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 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
@@ -61,6 +61,7 @@ CURLcode FindWin32CACert(struct OperationConfig *config,
curl_sslbackend backend,
const char *bundle_file);
struct curl_slist *GetLoadedModulePaths(void);
+CURLcode win32_init(void);
#endif /* WIN32 */