From 780a0d771edbe21dcfa3405163ffbdf7f7fa4604 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 13 Oct 2014 13:16:34 -0700 Subject: Convert container lookups to use Option> --- src/map/intif.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/map/intif.hpp') diff --git a/src/map/intif.hpp b/src/map/intif.hpp index 5be61a9..00f3c49 100644 --- a/src/map/intif.hpp +++ b/src/map/intif.hpp @@ -22,6 +22,8 @@ #include "fwd.hpp" +#include "../compat/fwd.hpp" + #include "../strings/fwd.hpp" #include "../generic/fwd.hpp" @@ -44,7 +46,7 @@ void intif_saveaccountreg(dumb_ptr sd); void intif_request_accountreg(dumb_ptr sd); void intif_request_storage(AccountId account_id); -void intif_send_storage(Storage *stor); +void intif_send_storage(Borrowed stor); void intif_create_party(dumb_ptr sd, PartyName name); void intif_request_partyinfo(PartyId party_id); -- cgit v1.2.3-70-g09d2