diff options
Diffstat (limited to 'indra/llmessage/llxfer.h')
-rwxr-xr-x[-rw-r--r--] | indra/llmessage/llxfer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llmessage/llxfer.h b/indra/llmessage/llxfer.h index 989e8b2cab..edf5eeb82d 100644..100755 --- a/indra/llmessage/llxfer.h +++ b/indra/llmessage/llxfer.h @@ -29,8 +29,13 @@ #include "message.h" #include "lltimer.h" +#include "llextendedstatus.h" const S32 LL_XFER_LARGE_PAYLOAD = 7680; +const S32 LL_ERR_FILE_EMPTY = -44; +const int LL_ERR_FILE_NOT_FOUND = -43; +const int LL_ERR_CANNOT_OPEN_FILE = -42; +const int LL_ERR_EOF = -39; typedef enum ELLXferStatus { e_LL_XFER_UNINITIALIZED, |