aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llclassifiedflags.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmessage/llclassifiedflags.h')
-rw-r--r--linden/indra/llmessage/llclassifiedflags.h3
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;
41const U8 CLASSIFIED_QUERY_FILTER_ENABLED = 1 << 2; 42const U8 CLASSIFIED_QUERY_FILTER_ENABLED = 1 << 2;
42const U8 CLASSIFIED_QUERY_FILTER_PRICE = 1 << 3; 43const U8 CLASSIFIED_QUERY_FILTER_PRICE = 1 << 3;
43 44
45const S32 MAX_CLASSIFIEDS = 100;
46
44ClassifiedFlags pack_classified_flags(BOOL is_mature, BOOL auto_renew); 47ClassifiedFlags pack_classified_flags(BOOL is_mature, BOOL auto_renew);
45bool is_cf_mature(ClassifiedFlags flags); 48bool is_cf_mature(ClassifiedFlags flags);
46//bool is_cf_enabled(ClassifiedFlags flags); 49//bool is_cf_enabled(ClassifiedFlags flags);