aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llxfer.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llmessage/llxfer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llxfer.h b/linden/indra/llmessage/llxfer.h
index 51d7731..de93dba 100644
--- a/linden/indra/llmessage/llxfer.h
+++ b/linden/indra/llmessage/llxfer.h
@@ -67,7 +67,7 @@ class LLXfer
67 67
68 BOOL mWaitingForACK; 68 BOOL mWaitingForACK;
69 69
70 void (*mCallback)(void **,S32); 70 void (*mCallback)(void **,S32,LLExtStat);
71 void **mCallbackDataHandle; 71 void **mCallbackDataHandle;
72 S32 mCallbackResult; 72 S32 mCallbackResult;
73 73
@@ -116,3 +116,4 @@ class LLXfer
116 116
117 117
118 118
119