From 3b98f3439e33b15bba2036c402f9925340fdb2b9 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 29 Jun 2013 23:23:43 -0700 Subject: Poison std::string and use the various string classes --- src/map/intif.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/map/intif.hpp') diff --git a/src/map/intif.hpp b/src/map/intif.hpp index 73a06e5..08added 100644 --- a/src/map/intif.hpp +++ b/src/map/intif.hpp @@ -7,10 +7,10 @@ int intif_parse(int fd); -void intif_GMmessage(const_string mes); +void intif_GMmessage(XString mes); -void intif_wis_message(dumb_ptr sd, const char *nick, const char *mes); -void intif_wis_message_to_gm(const char *Wisp_name, int min_gm_level, const char *mes); +void intif_wis_message(dumb_ptr sd, CharName nick, ZString mes); +void intif_wis_message_to_gm(CharName Wisp_name, int min_gm_level, ZString mes); void intif_saveaccountreg(dumb_ptr sd); void intif_request_accountreg(dumb_ptr sd); @@ -18,14 +18,14 @@ void intif_request_accountreg(dumb_ptr sd); void intif_request_storage(int account_id); void intif_send_storage(struct storage *stor); -void intif_create_party(dumb_ptr sd, const char *name); +void intif_create_party(dumb_ptr sd, PartyName name); void intif_request_partyinfo(int party_id); void intif_party_addmember(int party_id, int account_id); void intif_party_changeoption(int party_id, int account_id, int exp, int item); void intif_party_leave(int party_id, int accound_id); void intif_party_changemap(dumb_ptr sd, int online); -void intif_party_message(int party_id, int account_id, const char *mes); -void intif_party_checkconflict(int party_id, int account_id, const char *nick); +void intif_party_message(int party_id, int account_id, XString mes); +void intif_party_checkconflict(int party_id, int account_id, CharName nick); #endif // INTIF_HPP -- cgit v1.2.3-60-g2f50