From af4acff261d579428e8eef042cc5359fa392f725 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Tue, 27 May 2014 13:33:54 -0700 Subject: Generate the char server protocol --- src/char/char.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/char/char.hpp') diff --git a/src/char/char.hpp b/src/char/char.hpp index 3ba455f..f8adeb9 100644 --- a/src/char/char.hpp +++ b/src/char/char.hpp @@ -45,9 +45,7 @@ const CharPair *search_character(CharName character_name); const CharPair *search_character_id(CharId char_id); Session *server_for(const CharPair *mcs); -int mapif_sendall(const uint8_t *buf, unsigned int len); -int mapif_sendallwos(Session *s, const uint8_t *buf, unsigned int len); -int mapif_send(Session *s, const uint8_t *buf, unsigned int len); +auto iter_map_sessions() -> decltype(filter_iterator(std::declval *>())); void char_log(XString line); -- cgit v1.2.3-60-g2f50