summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
diff options
context:
space:
mode:
authormc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-21 05:03:37 +0000
committermc_cameri <mc_cameri@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-21 05:03:37 +0000
commit8821dcebf6a3f4de268f81bf805702bd3d02b1ca (patch)
tree12465bc39643121ea02af8611cdecd62a9922254 /src/map/atcommand.h
parenta3d94e1fad995503cb7fc6486af7e51f1dab538e (diff)
downloadhercules-8821dcebf6a3f4de268f81bf805702bd3d02b1ca.tar.gz
hercules-8821dcebf6a3f4de268f81bf805702bd3d02b1ca.tar.bz2
hercules-8821dcebf6a3f4de268f81bf805702bd3d02b1ca.tar.xz
hercules-8821dcebf6a3f4de268f81bf805702bd3d02b1ca.zip
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@286 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r--src/map/atcommand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h
index fc8cb84e6..cccdaa89a 100644
--- a/src/map/atcommand.h
+++ b/src/map/atcommand.h
@@ -249,5 +249,7 @@ int atcommand_recall(const int fd, struct map_session_data* sd, const char* comm
int atcommand_config_read(const char *cfgName);
int msg_config_read(const char *cfgName);
+char *str_lower(char *str);
+
#endif