summaryrefslogtreecommitdiff
path: root/src/char/int_rodex.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-06-25 01:03:59 +0200
committerHaru <haru@dotalux.com>2018-06-30 01:51:12 +0200
commited92fbc689ac441d0e42c3e332620f8410206e55 (patch)
tree3cd560c0a132247d104bbe3f0743ba28854825e8 /src/char/int_rodex.h
parent8b68532c0858889fe734b85c46c89a67ba832195 (diff)
downloadhercules-ed92fbc689ac441d0e42c3e332620f8410206e55.tar.gz
hercules-ed92fbc689ac441d0e42c3e332620f8410206e55.tar.bz2
hercules-ed92fbc689ac441d0e42c3e332620f8410206e55.tar.xz
hercules-ed92fbc689ac441d0e42c3e332620f8410206e55.zip
Move some non-mapif functionality from the mapif interface to the inter_rodex interface
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/char/int_rodex.h')
-rw-r--r--src/char/int_rodex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/char/int_rodex.h b/src/char/int_rodex.h
index 801ebcb89..43e2d891c 100644
--- a/src/char/int_rodex.h
+++ b/src/char/int_rodex.h
@@ -36,6 +36,7 @@ struct inter_rodex_interface {
bool (*hasnew) (int char_id, int account_id);
bool (*checkname) (const char *name, int *target_char_id, short *target_class, int *target_level);
int64 (*savemessage) (struct rodex_message* msg);
+ bool (*updatemail) (int64 mail_id, int8 flag);
};
#ifdef HERCULES_CORE