mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Renamed to recipient_list().
This commit is contained in:
parent
46ee4a4a18
commit
e0e86d269a
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ void process_queue(snac *snac)
|
|||
}
|
||||
|
||||
|
||||
d_char *recipents(snac *snac, char *msg, int expand_public)
|
||||
d_char *recipent_list(snac *snac, char *msg, int expand_public)
|
||||
/* returns the list of recipients for a message */
|
||||
{
|
||||
d_char *list = xs_list_new();
|
||||
|
|
Loading…
Reference in a new issue