summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-21 11:52:29 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-21 11:52:29 +0000
commit7dad7b08f60bfdf10802ff2e865031029844042a (patch)
treecd4a03d63848cbe65e64259d10794f23b346d17b /src/map/map.h
parent99bcbe6eedb5ed47f6aa4a7188fb4e616bd2cd67 (diff)
downloadhercules-7dad7b08f60bfdf10802ff2e865031029844042a.tar.gz
hercules-7dad7b08f60bfdf10802ff2e865031029844042a.tar.bz2
hercules-7dad7b08f60bfdf10802ff2e865031029844042a.tar.xz
hercules-7dad7b08f60bfdf10802ff2e865031029844042a.zip
Added VS9 project files. Removed redundant map_getallusers() function
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12410 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index c0e0b8d7a..11e7a3731 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -1337,7 +1337,6 @@ int map_eraseipport(unsigned short map, uint32 ip, uint16 port);
int map_eraseallipport(void);
void map_addiddb(struct block_list *);
void map_deliddb(struct block_list *bl);
-struct map_session_data** map_getallusers(int *users);
void map_foreachpc(int (*func)(DBKey,void*,va_list),...);
void map_foreachmob(int (*func)(DBKey,void*,va_list),...);
int map_foreachiddb(int (*)(DBKey,void*,va_list),...);