diff options
Diffstat (limited to 'src/map/chrif.hpp')
-rw-r--r-- | src/map/chrif.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/chrif.hpp b/src/map/chrif.hpp index 7c4a431..dce1ae3 100644 --- a/src/map/chrif.hpp +++ b/src/map/chrif.hpp @@ -30,4 +30,7 @@ int chrif_send_divorce(int char_id); int do_init_chrif (void); +// only used by intif.cpp +extern int char_fd; + #endif // CHRIF_HPP |