From ff07e78eefa511c7ae363a00bf9fbc761240552e Mon Sep 17 00:00:00 2001 From: ultramage Date: Thu, 10 Jul 2008 08:27:03 +0000 Subject: Renamed 'struct storage' to 'struct storage_data' (to make 'storage' available as a variable name). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12932 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index 4cf738ec9..500c385af 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -6,7 +6,7 @@ #include "../common/cbasetypes.h" //#include "../common/mmo.h" -struct storage; +struct storage_data; struct guild_storage; //#include "map.h" struct block_list; @@ -192,9 +192,9 @@ void clif_tradecompleted(struct map_session_data* sd, int fail); // storage #include "storage.h" -void clif_storagelist(struct map_session_data *sd,struct storage *stor); -int clif_updatestorageamount(struct map_session_data *sd,struct storage *stor); -int clif_storageitemadded(struct map_session_data *sd,struct storage *stor,int index,int amount); +void clif_storagelist(struct map_session_data *sd,struct storage_data *stor); +int clif_updatestorageamount(struct map_session_data *sd,struct storage_data *stor); +int clif_storageitemadded(struct map_session_data *sd,struct storage_data *stor,int index,int amount); int clif_storageitemremoved(struct map_session_data *sd,int index,int amount); int clif_storageclose(struct map_session_data *sd); void clif_guildstoragelist(struct map_session_data *sd,struct guild_storage *stor); -- cgit v1.2.3-60-g2f50