diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-26 19:44:00 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-26 19:44:00 +0000 |
commit | d73cbd4c778f408ce3e06c57ad6418b99e2b9c51 (patch) | |
tree | 7e0eccf71218102b49424879e1ff6d8bf5ae05af /src/map/chrif.h | |
parent | 23180e04bdb7a2dfb95da6fb6ab0026fb4ea8b0d (diff) | |
download | hercules-d73cbd4c778f408ce3e06c57ad6418b99e2b9c51.tar.gz hercules-d73cbd4c778f408ce3e06c57ad6418b99e2b9c51.tar.bz2 hercules-d73cbd4c778f408ce3e06c57ad6418b99e2b9c51.tar.xz hercules-d73cbd4c778f408ce3e06c57ad6418b99e2b9c51.zip |
updates
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@793 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/chrif.h')
-rw-r--r-- | src/map/chrif.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/chrif.h b/src/map/chrif.h index d53631e25..7f55d23d6 100644 --- a/src/map/chrif.h +++ b/src/map/chrif.h @@ -33,4 +33,6 @@ int check_connect_char_server(int tid, unsigned int tick, int id, int data); int do_init_chrif(void); +int chrif_flush_fifo(void); + #endif |