Revert "sspi: Added version information"

This reverts commit 2976de4808.
This commit is contained in:
Yang Tse
2012-04-23 16:28:01 +02:00
parent 071f8d4182
commit d6c449e3b4
8 changed files with 9 additions and 90 deletions

View File

@@ -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 */