summaryrefslogtreecommitdiff
path: root/src/map/mail.h
blob: 2460de2386cb0943da753247e523fc1bed3ea895 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder

// Mail System for eAthena
// Created by Valaris

int mail_check(struct map_session_data *sd, int type);
int mail_read(struct map_session_data *sd, int message_id);
int mail_delete(struct map_session_data *sd, int message_id);
int mail_send(struct map_session_data *sd, char *name, char *message, int flag);

int do_init_mail(void);