summaryrefslogtreecommitdiff
path: root/src/map/party.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-06-08 17:24:07 -0300
committerEuphy <euphy@rathena.org>2013-06-15 15:43:05 -0400
commit130ec104a8e8742df4d7ead13c42ee803c55f52b (patch)
tree114bf531bc78477bbf590494fbddee7e0b1862e9 /src/map/party.h
parent11f97543ba6581a1e8f0ef4930c6eac386ddc240 (diff)
downloadhercules-130ec104a8e8742df4d7ead13c42ee803c55f52b.tar.gz
hercules-130ec104a8e8742df4d7ead13c42ee803c55f52b.tar.bz2
hercules-130ec104a8e8742df4d7ead13c42ee803c55f52b.tar.xz
hercules-130ec104a8e8742df4d7ead13c42ee803c55f52b.zip
Follow up d73783f22b2bb881aab74524d153d89a5932a199
Adjusting party.c interface name to adhere with the rest (pretty much we try to make it as short as we can, and being there were no conflicts we saw no reason to maintain the 'i') Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/party.h')
-rw-r--r--src/map/party.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/party.h b/src/map/party.h
index 9956c5b33..79d47105f 100644
--- a/src/map/party.h
+++ b/src/map/party.h
@@ -101,9 +101,9 @@ struct party_interface {
void (*booking_update) (struct map_session_data *sd, short* job);
void (*booking_search) (struct map_session_data *sd, short level, short mapid, short job, unsigned long lastindex, short resultcount);
bool (*booking_delete) (struct map_session_data *sd);
-} iParty_s;
+} party_s;
-struct party_interface *iParty;
+struct party_interface *party;
void party_defaults(void);