summaryrefslogtreecommitdiff
path: root/src/map/trade.h
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-13 03:54:35 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-06-13 03:54:35 +0000
commitbeeda58fd5525866d700d55d5504213bc2bd70fe (patch)
treeb1aeb3e0e5cbd0ee144b270045f167368a7bfffb /src/map/trade.h
parentcd6cab9425aec0f7f5f38e1e797db4b284b5c013 (diff)
downloadhercules-beeda58fd5525866d700d55d5504213bc2bd70fe.tar.gz
hercules-beeda58fd5525866d700d55d5504213bc2bd70fe.tar.bz2
hercules-beeda58fd5525866d700d55d5504213bc2bd70fe.tar.xz
hercules-beeda58fd5525866d700d55d5504213bc2bd70fe.zip
- Updated clif_disp_onlyself to not use dynamic memory and write directly to the player's buffer.
- Updated @noask to also tell the rejected what he has just rejected (added msg_athena entries for each of the different requests) - Since noask already does a player lookup, updated the corresponding parsing functions to take the player rather than the player id (prevents double lookups) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7117 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/trade.h')
-rw-r--r--src/map/trade.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/trade.h b/src/map/trade.h
index 2114f5a42..a695a50e8 100644
--- a/src/map/trade.h
+++ b/src/map/trade.h
@@ -5,7 +5,7 @@
#define _TRADE_H_
#include "map.h"
-void trade_traderequest(struct map_session_data *sd,int target_id);
+void trade_traderequest(struct map_session_data *sd, struct map_session_data *target_sd);
void trade_tradeack(struct map_session_data *sd,int type);
void trade_tradeadditem(struct map_session_data *sd,int index,int amount);
void trade_tradeok(struct map_session_data *sd);