summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorKyle Machulis <qdot@lindenlab.com>2007-04-05 18:58:18 +0000
committerKyle Machulis <qdot@lindenlab.com>2007-04-05 18:58:18 +0000
commit8ffbffa33bfb90341c72e3b159e42eb1eb1f0e4f (patch)
tree3d77139de00d812d49c536651dd308cdd7a09a28 /indra
parentae588e76f1c61bf489dfb2cdcab371f0b34118f2 (diff)
svn merge -r59580:59621 svn+ssh://svn/svn/linden/branches/adult-content-flag svn+ssh://svn/svn/linden/release
Diffstat (limited to 'indra')
-rw-r--r--indra/llmessage/llqueryflags.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llmessage/llqueryflags.h b/indra/llmessage/llqueryflags.h
index 064e42bae6..cd998fa745 100644
--- a/indra/llmessage/llqueryflags.h
+++ b/indra/llmessage/llqueryflags.h
@@ -38,6 +38,9 @@ const U32 DFQ_NAME_SORT = 0x1 << 19;
const U32 DFQ_LIMIT_BY_PRICE = 0x1 << 20;
const U32 DFQ_LIMIT_BY_AREA = 0x1 << 21;
+const U32 DFQ_FILTER_MATURE = 0x1 << 22;
+const U32 DFQ_PG_PARCELS_ONLY = 0x1 << 23;
+
// Sell Type flags
const U32 ST_AUCTION = 0x1 << 1;
const U32 ST_NEWBIE = 0x1 << 2;