diff options
Diffstat (limited to 'src/map/chrif.hpp')
-rw-r--r-- | src/map/chrif.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/chrif.hpp b/src/map/chrif.hpp index 51c6d20..dfa2d35 100644 --- a/src/map/chrif.hpp +++ b/src/map/chrif.hpp @@ -34,7 +34,7 @@ int chrif_saveaccountreg2(dumb_ptr<map_session_data> sd); int chrif_reloadGMdb(void); int chrif_send_divorce(int char_id); -int do_init_chrif (void); +void do_init_chrif(void); // only used by intif.cpp extern int char_fd; |