Skip to content

Commit

Permalink
Proper code styling for asterisks 2
Browse files Browse the repository at this point in the history
intif.h
  • Loading branch information
jasonch35 committed Dec 1, 2024
1 parent 03a7aa0 commit abc42a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/map/intif.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ struct intif_interface {
int pet_equip, short intimate, short hungry, char rename_flag, char incubate, char *pet_name);
int (*saveregistry) (struct map_session_data *sd);
int (*request_registry) (struct map_session_data *sd, int flag);
void (*request_account_storage) (const struct map_session_data* sd, int storage_id);
void (*send_account_storage) (struct map_session_data* sd, int storage_id);
void (*request_account_storage) (const struct map_session_data *sd, int storage_id);
void (*send_account_storage) (struct map_session_data *sd, int storage_id);
int (*request_guild_storage) (int account_id, int guild_id);
int (*send_guild_storage) (int account_id, struct guild_storage *gstor);
int (*create_party) (struct party_member *member, const char *name, int item, int item2);
Expand Down

0 comments on commit abc42a0

Please sign in to comment.