From 8ffbffa33bfb90341c72e3b159e42eb1eb1f0e4f Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Thu, 5 Apr 2007 18:58:18 +0000 Subject: svn merge -r59580:59621 svn+ssh://svn/svn/linden/branches/adult-content-flag svn+ssh://svn/svn/linden/release --- indra/llmessage/llqueryflags.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/llmessage') 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; -- cgit v1.2.3