diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/llxfer_vfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llxfer_vfile.cpp b/linden/indra/llmessage/llxfer_vfile.cpp index 0d0d5fe..54b9683 100644 --- a/linden/indra/llmessage/llxfer_vfile.cpp +++ b/linden/indra/llmessage/llxfer_vfile.cpp | |||
@@ -98,7 +98,7 @@ S32 LLXfer_VFile::initializeRequest(U64 xfer_id, | |||
98 | const LLUUID& remote_id, | 98 | const LLUUID& remote_id, |
99 | LLAssetType::EType type, | 99 | LLAssetType::EType type, |
100 | const LLHost& remote_host, | 100 | const LLHost& remote_host, |
101 | void (*callback)(void**,S32), | 101 | void (*callback)(void**,S32,LLExtStat), |
102 | void** user_data) | 102 | void** user_data) |
103 | { | 103 | { |
104 | S32 retval = 0; // presume success | 104 | S32 retval = 0; // presume success |