diff options
Diffstat (limited to 'indra/llmessage/llclassifiedflags.h')
-rw-r--r-- | indra/llmessage/llclassifiedflags.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llmessage/llclassifiedflags.h b/indra/llmessage/llclassifiedflags.h index 1949eb54d0..610ad35c4a 100644 --- a/indra/llmessage/llclassifiedflags.h +++ b/indra/llmessage/llclassifiedflags.h @@ -22,6 +22,8 @@ const U8 CLASSIFIED_QUERY_FILTER_MATURE = 1 << 1; const U8 CLASSIFIED_QUERY_FILTER_ENABLED = 1 << 2; const U8 CLASSIFIED_QUERY_FILTER_PRICE = 1 << 3; +const S32 MAX_CLASSIFIEDS = 100; + ClassifiedFlags pack_classified_flags(BOOL is_mature, BOOL auto_renew); bool is_cf_mature(ClassifiedFlags flags); //bool is_cf_enabled(ClassifiedFlags flags); |