summaryrefslogtreecommitdiff
path: root/indra/llmessage/llxfer.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llmessage/llxfer.h')
-rw-r--r--indra/llmessage/llxfer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llmessage/llxfer.h b/indra/llmessage/llxfer.h
index 3fd12df7a5..ebe4d76d31 100644
--- a/indra/llmessage/llxfer.h
+++ b/indra/llmessage/llxfer.h
@@ -47,7 +47,7 @@ class LLXfer
BOOL mWaitingForACK;
- void (*mCallback)(void **,S32);
+ void (*mCallback)(void **,S32,LLExtStat);
void **mCallbackDataHandle;
S32 mCallbackResult;
@@ -96,3 +96,4 @@ class LLXfer
+