version 1.155 | | version 1.156 |
---|
| | |
int command_search_items(object *op, char *params); | | int command_search_items(object *op, char *params); |
int command_rename_item(object *op, char *params); | | int command_rename_item(object *op, char *params); |
/* c_party.c */ | | /* c_party.c */ |
partylist* get_firstparty(); | | partylist* get_firstparty(void); |
void remove_party(partylist *target_party); | | void remove_party(partylist *target_party); |
void obsolete_parties(void); | | void obsolete_parties(void); |
int confirm_party_password(object *op); | | int confirm_party_password(object *op); |