]> granicus.if.org Git - curl/commit
sasl: Moved Curl_sasl_gssapi_cleanup() definition into header file
authorSteve Holme <steve_holme@hotmail.com>
Fri, 14 Nov 2014 21:16:08 +0000 (21:16 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 14 Nov 2014 22:11:48 +0000 (22:11 +0000)
commit18e53fa91ac56ca55c1dcbc5bbff8e1157304623
treec26fc5ce6fc284d581f4b613d43593d13c611e6d
parent8c58dea8997e5d9133a006d11f9c5d97a2c5c2f5
sasl: Moved Curl_sasl_gssapi_cleanup() definition into header file

Rather than define the function as extern in the source files that use
it, moved the function declaration into the SASL header file just like
the Digest and NTLM clean-up functions.

Additionally, added a function description comment block.
lib/curl_sasl.c
lib/curl_sasl.h
lib/curl_sasl_sspi.c