summaryrefslogtreecommitdiff
path: root/src/map/chrif.h
diff options
context:
space:
mode:
authorjaBote <j@bot.e>2013-04-29 01:22:05 +0200
committerjaBote <j@bot.e>2013-04-29 01:22:05 +0200
commitf41dea469a52213acfde4f4ea5e8d7bbbd869bed (patch)
treefabe610d2557f7274f667a9a17a84a4ff35c072a /src/map/chrif.h
parentb9431998463f5c072bdd38df18bbb6210c7e3297 (diff)
parent53e5fbb299a72bbdab9859e948aca3b355afeb1a (diff)
downloadhercules-f41dea469a52213acfde4f4ea5e8d7bbbd869bed.tar.gz
hercules-f41dea469a52213acfde4f4ea5e8d7bbbd869bed.tar.bz2
hercules-f41dea469a52213acfde4f4ea5e8d7bbbd869bed.tar.xz
hercules-f41dea469a52213acfde4f4ea5e8d7bbbd869bed.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/chrif.h')
-rw-r--r--src/map/chrif.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/map/chrif.h b/src/map/chrif.h
index 0aadb1a7b..9c7142905 100644
--- a/src/map/chrif.h
+++ b/src/map/chrif.h
@@ -1,5 +1,6 @@
-// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
-// For more information, see LICENCE in the main folder
+// Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// See the LICENSE file
+// Portions Copyright (c) Athena Dev Teams
#ifndef _CHRIF_H_
#define _CHRIF_H_
@@ -65,5 +66,6 @@ int do_final_chrif(void);
int do_init_chrif(void);
int chrif_flush_fifo(void);
+void chrif_skillid2idx(int fd);
#endif /* _CHRIF_H_ */