summaryrefslogtreecommitdiff
path: root/lib/curl_sspi.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2012-06-10 12:07:45 +0100
committerDaniel Stenberg <daniel@haxx.se>2012-06-11 19:00:36 +0200
commitbd38ebc6975f5de2ed6ac33ade46e92356d77966 (patch)
tree0f63f23566da30a048166e00c2d7919d84f1bee7 /lib/curl_sspi.h
parentb15434e74924b9155dd116e647bed507cccd0cf1 (diff)
downloadgnurl-bd38ebc6975f5de2ed6ac33ade46e92356d77966.tar.gz
gnurl-bd38ebc6975f5de2ed6ac33ade46e92356d77966.tar.bz2
gnurl-bd38ebc6975f5de2ed6ac33ade46e92356d77966.zip
sspi: Reworked Curl_sspi_version() to return version components
Reworked the version function to return four version components rather than a string that has to be freed by the caller.
Diffstat (limited to 'lib/curl_sspi.h')
-rw-r--r--lib/curl_sspi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/curl_sspi.h b/lib/curl_sspi.h
index 1865ee490..38d31826f 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
@@ -63,7 +63,7 @@
CURLcode Curl_sspi_global_init(void);
void Curl_sspi_global_cleanup(void);
-char* Curl_sspi_version();
+CURLcode Curl_sspi_version(int *major, int *minor, int *build, int *special);
char* Curl_sspi_status(SECURITY_STATUS status);
char* Curl_sspi_status_msg(SECURITY_STATUS status);