summaryrefslogtreecommitdiff
path: root/src/map/mapreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mapreg.h')
-rw-r--r--src/map/mapreg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/mapreg.h b/src/map/mapreg.h
index 2d761cbbb..d5fadafc5 100644
--- a/src/map/mapreg.h
+++ b/src/map/mapreg.h
@@ -7,11 +7,11 @@
void mapreg_reload(void);
void mapreg_final(void);
void mapreg_init(void);
-bool mapreg_config_read(const char *w1, const char *w2);
+bool mapreg_config_read(const char* w1, const char* w2);
int mapreg_readreg(int uid);
-char *mapreg_readregstr(int uid);
+char* mapreg_readregstr(int uid);
bool mapreg_setreg(int uid, int val);
-bool mapreg_setregstr(int uid, const char *str);
+bool mapreg_setregstr(int uid, const char* str);
#endif /* _MAPREG_H_ */