diff options
author | Yang Tse <yangsita@gmail.com> | 2012-04-23 16:28:01 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2012-04-23 16:28:01 +0200 |
commit | d6c449e3b4262aa29c1594d64379a8c26d9a5c38 (patch) | |
tree | 020e22930ac9dfc4c926fbe43f6fd880ad962e11 /lib/curl_sspi.h | |
parent | 071f8d4182ec86b236404e0af3dadfd0bf3270c8 (diff) | |
download | curl-d6c449e3b4262aa29c1594d64379a8c26d9a5c38.tar.gz |
Revert "sspi: Added version information"
This reverts commit 2976de480808119dae08fc6f52c8d75ba1aedb1a.
Diffstat (limited to 'lib/curl_sspi.h')
-rw-r--r-- | lib/curl_sspi.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/curl_sspi.h b/lib/curl_sspi.h index 80e0b67a7..c0e4f368f 100644 --- a/lib/curl_sspi.h +++ b/lib/curl_sspi.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2010, 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,7 +62,6 @@ #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 */ |