summaryrefslogtreecommitdiff
path: root/src/char/int_rodex.h
diff options
context:
space:
mode:
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