From c080e504e4d74027b985b1ed675c172c083cea76 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 27 Dec 2012 21:23:46 -0800 Subject: Use cxxstdio --- src/map/chrif.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/map/chrif.hpp') diff --git a/src/map/chrif.hpp b/src/map/chrif.hpp index b262a7f..7c4a431 100644 --- a/src/map/chrif.hpp +++ b/src/map/chrif.hpp @@ -1,11 +1,11 @@ #ifndef CHRIF_HPP #define CHRIF_HPP -void chrif_setuserid(char *); -void chrif_setpasswd(char *); +void chrif_setuserid(const char *); +void chrif_setpasswd(const char *); char *chrif_getpasswd(void); -void chrif_setip(char *); +void chrif_setip(const char *); void chrif_setport(int); int chrif_isconnect(void); -- cgit v1.2.3-60-g2f50