summaryrefslogtreecommitdiff
path: root/indra/llmessage/llcurl.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-09-09 12:43:07 -0400
committerOz Linden <oz@lindenlab.com>2011-09-09 12:43:07 -0400
commit18af6e397ef477287324b510471f640443ce0e33 (patch)
tree6b2c8d303e3d09a8cb4f3a5cc874760c21ebc8a6 /indra/llmessage/llcurl.h
parent89b9800579a37fbbdfca7789716a2d012d96cfa5 (diff)
parent5a03453b2cf04807b62bc89fa2bddaa80c3e8bda (diff)
merge changes for storm-1590
Diffstat (limited to 'indra/llmessage/llcurl.h')
-rw-r--r--indra/llmessage/llcurl.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/indra/llmessage/llcurl.h b/indra/llmessage/llcurl.h
index 5ab4dc35b9..213b281e72 100644
--- a/indra/llmessage/llcurl.h
+++ b/indra/llmessage/llcurl.h
@@ -371,7 +371,11 @@ private:
bool mResultReturned;
};
-void check_curl_code(CURLcode code);
-void check_curl_multi_code(CURLMcode code);
+// Provide access to LLCurl free functions outside of llcurl.cpp without polluting the global namespace.
+namespace LLCurlFF
+{
+ void check_easy_code(CURLcode code);
+ void check_multi_code(CURLMcode code);
+}
#endif // LL_LLCURL_H