]> granicus.if.org Git - curl/commit
curl_sasl: Reinstate the sasl_ prefix for locally scoped functions
authorSteve Holme <steve_holme@hotmail.com>
Thu, 22 Jan 2015 20:58:15 +0000 (20:58 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 22 Jan 2015 21:32:41 +0000 (21:32 +0000)
commit12e45b846268cf87660c8a2f8952817c33690db2
tree8a0977f932ab33ed55dcc3937a992bdeb3fd2d6a
parentc260c9fad39030dc2716b28bc29866da7f189544
curl_sasl: Reinstate the sasl_ prefix for locally scoped functions

Commit 7a8b2885e2 made some functions static and removed the public
Curl_ prefix. Unfortunately, it also removed the sasl_ prefix, which
is the naming convention we use in this source file.
lib/curl_sasl.c