
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. EVERYTHING ELSE GOES INTO TRUNK AND WILL BE MERGED INTO STABLE BY VALARIS AND WIZPUTER. -- VALARIS git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5094 54d463be-8e91-2dee-dedb-b68131a5f0ec
13 lines
461 B
C
13 lines
461 B
C
// 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);
|