aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_sasl.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2012-06-04 20:22:06 +0100
committerSteve Holme <steve_holme@hotmail.com>2012-06-04 20:22:06 +0100
commitbf51b8c07af9f6eb16c82673c66ce7402c067172 (patch)
tree2d06ccecea8c25418868a28d74526439a080eb58 /lib/curl_sasl.h
parent04a6f0a1a4e6e22dbedd3db4920ea2f77bd5da11 (diff)
sasl: Added service parameter to Curl_sasl_create_digest_md5_message()
Added a service type parameter to Curl_sasl_create_digest_md5_message() to allow the function to be used by different services rather than being hard coded to "smtp".
Diffstat (limited to 'lib/curl_sasl.h')
-rw-r--r--lib/curl_sasl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/curl_sasl.h b/lib/curl_sasl.h
index 892da81ec..97e9bcd75 100644
--- a/lib/curl_sasl.h
+++ b/lib/curl_sasl.h
@@ -58,6 +58,7 @@ CURLcode Curl_sasl_create_digest_md5_message(struct SessionHandle *data,
const char* chlg64,
const char* user,
const char* passwdp,
+ const char* service,
char **outptr, size_t *outlen);
#endif