diff options
Diffstat (limited to 'linden/indra/llmessage/llclassifiedflags.h')
-rw-r--r-- | linden/indra/llmessage/llclassifiedflags.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llmessage/llclassifiedflags.h b/linden/indra/llmessage/llclassifiedflags.h index 7c448a3..a2a93d8 100644 --- a/linden/indra/llmessage/llclassifiedflags.h +++ b/linden/indra/llmessage/llclassifiedflags.h | |||
@@ -4,6 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (c) 2005-2007, Linden Research, Inc. | 5 | * Copyright (c) 2005-2007, Linden Research, Inc. |
6 | * | 6 | * |
7 | * Second Life Viewer Source Code | ||
7 | * The source code in this file ("Source Code") is provided by Linden Lab | 8 | * The source code in this file ("Source Code") is provided by Linden Lab |
8 | * to you under the terms of the GNU General Public License, version 2.0 | 9 | * to you under the terms of the GNU General Public License, version 2.0 |
9 | * ("GPL"), unless you have obtained a separate licensing agreement | 10 | * ("GPL"), unless you have obtained a separate licensing agreement |
@@ -41,6 +42,8 @@ const U8 CLASSIFIED_QUERY_FILTER_MATURE = 1 << 1; | |||
41 | const U8 CLASSIFIED_QUERY_FILTER_ENABLED = 1 << 2; | 42 | const U8 CLASSIFIED_QUERY_FILTER_ENABLED = 1 << 2; |
42 | const U8 CLASSIFIED_QUERY_FILTER_PRICE = 1 << 3; | 43 | const U8 CLASSIFIED_QUERY_FILTER_PRICE = 1 << 3; |
43 | 44 | ||
45 | const S32 MAX_CLASSIFIEDS = 100; | ||
46 | |||
44 | ClassifiedFlags pack_classified_flags(BOOL is_mature, BOOL auto_renew); | 47 | ClassifiedFlags pack_classified_flags(BOOL is_mature, BOOL auto_renew); |
45 | bool is_cf_mature(ClassifiedFlags flags); | 48 | bool is_cf_mature(ClassifiedFlags flags); |
46 | //bool is_cf_enabled(ClassifiedFlags flags); | 49 | //bool is_cf_enabled(ClassifiedFlags flags); |