diff options
Diffstat (limited to 'src/data.h')
-rw-r--r-- | src/data.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ #define DATA_H #include "login.h" -int try_load_file(char *player_name); +int try_load_plr(char *player_name, playerc_t *conn); -int try_write_file(player_t *plr); +int try_write_plr(player_t *plr); #endif |