aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewermessage.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llviewermessage.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewermessage.h b/linden/indra/newview/llviewermessage.h
index ce8f6a7..14f2cda 100644
--- a/linden/indra/newview/llviewermessage.h
+++ b/linden/indra/newview/llviewermessage.h
@@ -48,6 +48,14 @@ class LLViewerRegion;
48// Prototypes 48// Prototypes
49// 49//
50 50
51enum InventoryOfferResponse
52{
53 IOR_ACCEPT,
54 IOR_DECLINE,
55 IOR_MUTE,
56 IOR_BUSY
57};
58
51BOOL can_afford_transaction(S32 cost); 59BOOL can_afford_transaction(S32 cost);
52void give_money(const LLUUID& uuid, LLViewerRegion* region, S32 amount, BOOL is_group = FALSE, 60void give_money(const LLUUID& uuid, LLViewerRegion* region, S32 amount, BOOL is_group = FALSE,
53 S32 trx_type = TRANS_GIFT, const LLString& desc = LLString::null); 61 S32 trx_type = TRANS_GIFT, const LLString& desc = LLString::null);
@@ -190,6 +198,7 @@ void invalid_message_callback(LLMessageSystem*, void*, EMessageException);
190 198
191void process_initiate_download(LLMessageSystem* msg, void**); 199void process_initiate_download(LLMessageSystem* msg, void**);
192void inventory_offer_callback(S32 option, void* user_data); 200void inventory_offer_callback(S32 option, void* user_data);
201void start_new_inventory_observer();
193 202
194struct LLOfferInfo 203struct LLOfferInfo
195{ 204{