diff options
author | Debi King (Dessie) <dessie@lindenlab.com> | 2011-08-18 14:46:32 -0400 |
---|---|---|
committer | Debi King (Dessie) <dessie@lindenlab.com> | 2011-08-18 14:46:32 -0400 |
commit | ba1589d118db0c25f607c74f37834fe8feed9760 (patch) | |
tree | 908e3940d8c9624b1b0591567a35b2314ed6277c /indra/llmessage/llcurl.h | |
parent | 6c61a537918b5cc73336885f8bdd34943fda2482 (diff) | |
parent | d36a9a7907a1528a8d163577a0770b50e6248802 (diff) |
merged .hgtags
Diffstat (limited to 'indra/llmessage/llcurl.h')
-rw-r--r-- | indra/llmessage/llcurl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llcurl.h b/indra/llmessage/llcurl.h index 4ce3fa1078..2f951d6ab8 100644 --- a/indra/llmessage/llcurl.h +++ b/indra/llmessage/llcurl.h @@ -236,7 +236,7 @@ public: void slist_append(const char* str); void sendRequest(const std::string& url); void requestComplete(); - S32 perform(); + void perform(); bool getResult(CURLcode* result, LLCurl::TransferInfo* info = NULL); std::string getErrorString(); |