summaryrefslogtreecommitdiff
path: root/src/map/storage.h
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-18 05:51:46 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-18 05:51:46 +0000
commitc782ab3c206324ce4e9f92939db5c218f3830476 (patch)
tree67395cf55df33f2b0612f8fe4348acb511f6c2cc /src/map/storage.h
parentb1688563811b869b03e77b9b40424c7f1a06532f (diff)
downloadhercules-c782ab3c206324ce4e9f92939db5c218f3830476.tar.gz
hercules-c782ab3c206324ce4e9f92939db5c218f3830476.tar.bz2
hercules-c782ab3c206324ce4e9f92939db5c218f3830476.tar.xz
hercules-c782ab3c206324ce4e9f92939db5c218f3830476.zip
update
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@601 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/storage.h')
-rw-r--r--src/map/storage.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/storage.h b/src/map/storage.h
index 352dee4f0..489741c71 100644
--- a/src/map/storage.h
+++ b/src/map/storage.h
@@ -5,7 +5,6 @@
#include "mmo.h"
int storage_storageopen(struct map_session_data *sd);
-int storage_storageopen2(struct map_session_data *sd,struct map_session_data *pl_sd);
int storage_storageadd(struct map_session_data *sd,int index,int amount);
int storage_storageget(struct map_session_data *sd,int index,int amount);
int storage_storageaddfromcart(struct map_session_data *sd,int index,int amount);