diff options
Diffstat (limited to 'src/map/chrif.h')
-rw-r--r-- | src/map/chrif.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/chrif.h b/src/map/chrif.h index 7e7aa43cd..163fdf670 100644 --- a/src/map/chrif.h +++ b/src/map/chrif.h @@ -104,7 +104,7 @@ struct chrif_interface { bool (*removefriend) (int char_id, int friend_id); void (*send_report) (char* buf, int len); - bool (*flush_fifo) (void); + bool (*flush) (void); void (*skillid2idx) (int fd); bool (*sd_to_auth) (TBL_PC* sd, enum sd_state state); |