diff options
Diffstat (limited to 'indra/llmessage/llinvite.h')
-rw-r--r-- | indra/llmessage/llinvite.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/indra/llmessage/llinvite.h b/indra/llmessage/llinvite.h new file mode 100644 index 0000000000..5c66abc1eb --- /dev/null +++ b/indra/llmessage/llinvite.h @@ -0,0 +1,15 @@ +/** + * @file llinvite.h + * @brief Constants used for inviting users to join groups. + * + * Copyright (c) 2002-$CurrentYear$, Linden Research, Inc. + * $License$ + */ + +#ifndef LL_LLINVITE_H +#define LL_LLINVITE_H + +const S32 INVITE_LIST_STR_LEN = 324; // Would be larger, but we don't have much room in the CreateGroupRequest msg. +const S32 INVITE_LIST_BUF_SIZE = 325; + +#endif // LL_LLINVITE_H |