summaryrefslogtreecommitdiff
path: root/src/map/log.h
diff options
context:
space:
mode:
authoreathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-24 22:34:54 +0000
committereathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-24 22:34:54 +0000
commit5d147faa8d9699e057d0d2f7fe4df6fdbe9521eb (patch)
treeedfcab7d43539f86e2840770c966837007eeaadf /src/map/log.h
parentd95d0125c4eb50da52821d95e255086443c4c284 (diff)
downloadhercules-5d147faa8d9699e057d0d2f7fe4df6fdbe9521eb.tar.gz
hercules-5d147faa8d9699e057d0d2f7fe4df6fdbe9521eb.tar.bz2
hercules-5d147faa8d9699e057d0d2f7fe4df6fdbe9521eb.tar.xz
hercules-5d147faa8d9699e057d0d2f7fe4df6fdbe9521eb.zip
* Merged changes up to eAthena 15043.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15255 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/log.h')
-rw-r--r--src/map/log.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/map/log.h b/src/map/log.h
index f52a386f5..b50e2271f 100644
--- a/src/map/log.h
+++ b/src/map/log.h
@@ -50,21 +50,21 @@ typedef enum e_log_pick_type
e_log_pick_type;
-//New logs
-void log_pick_pc(struct map_session_data *sd, e_log_pick_type type, int nameid, int amount, struct item *itm);
-void log_pick_mob(struct mob_data *md, e_log_pick_type type, int nameid, int amount, struct item *itm);
+/// new logs
+void log_pick_pc(struct map_session_data* sd, e_log_pick_type type, int nameid, int amount, struct item* itm);
+void log_pick_mob(struct mob_data* md, e_log_pick_type type, int nameid, int amount, struct item* itm);
void log_pick(struct block_list* bl, e_log_pick_type type, int nameid, int amount, struct item* itm);
-void log_zeny(struct map_session_data *sd, e_log_pick_type type, struct map_session_data *src_sd, int amount);
+void log_zeny(struct map_session_data* sd, e_log_pick_type type, struct map_session_data* src_sd, int amount);
-void log_npc(struct map_session_data *sd, const char *message);
+void log_npc(struct map_session_data* sd, const char *message);
void log_chat(e_log_chat_type type, int type_id, int src_charid, int src_accid, const char* map, int x, int y, const char* dst_charname, const char* message);
-void log_atcommand(struct map_session_data *sd, int cmdlvl, const char *message);
+void log_atcommand(struct map_session_data* sd, int cmdlvl, const char* message);
-//Old, but useful logs
-void log_branch(struct map_session_data *sd);
-void log_mvpdrop(struct map_session_data *sd, int monster_id, int *log_mvp);
+/// old, but useful logs
+void log_branch(struct map_session_data* sd);
+void log_mvpdrop(struct map_session_data* sd, int monster_id, int* log_mvp);
-int log_config_read(char *cfgName);
+int log_config_read(const char* cfgName);
extern struct Log_Config
{