diff options
Diffstat (limited to 'src/map/chrif.h')
-rw-r--r-- | src/map/chrif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/chrif.h b/src/map/chrif.h index 4e30b4b2c..fc87f9b18 100644 --- a/src/map/chrif.h +++ b/src/map/chrif.h @@ -25,6 +25,7 @@ extern int other_mapserver_count; void chrif_authreq(struct map_session_data *);
void chrif_authok(int fd);
+int chrif_scdata_request(int account_id, int char_id);
int chrif_save(struct map_session_data*, int flag);
int chrif_charselectreq(struct map_session_data *sd, unsigned long s_ip);
void check_fake_id(int fd, struct map_session_data *sd, int target_id);
|