diff options
author | Steve Holme <steve_holme@hotmail.com> | 2012-04-22 18:49:27 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2012-04-22 18:49:27 +0100 |
commit | 2976de480808119dae08fc6f52c8d75ba1aedb1a (patch) | |
tree | 891f310592492c901b660952f9f17d9d3de810af /lib/curl_sspi.h | |
parent | 560cd6227271752536de237e41c374d0a3e11f1d (diff) | |
download | curl-2976de480808119dae08fc6f52c8d75ba1aedb1a.tar.gz |
sspi: Added version information
Added version information for Windows SSPI to curl's main version
string and removed SSPI from the features string.
Diffstat (limited to 'lib/curl_sspi.h')
-rw-r--r-- | lib/curl_sspi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/curl_sspi.h b/lib/curl_sspi.h index c0e4f368f..80e0b67a7 100644 --- a/lib/curl_sspi.h +++ b/lib/curl_sspi.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2012, 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 @@ -62,6 +62,7 @@ #endif CURLcode Curl_sspi_global_init(void); +CURLcode Curl_sspi_version(int *major, int *minor, int *build, int *special); void Curl_sspi_global_cleanup(void); /* Forward-declaration of global variables defined in curl_sspi.c */ |