mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
Renamed process_queue_item() to process_user_queue_item().
This commit is contained in:
parent
8d22c448d4
commit
108ed072e2
1 changed files with 2 additions and 2 deletions
|
@ -1065,7 +1065,7 @@ int send_email(char *msg)
|
|||
}
|
||||
|
||||
|
||||
void process_queue_item(snac *snac, xs_dict *q_item)
|
||||
void process_user_queue_item(snac *snac, xs_dict *q_item)
|
||||
/* processes an item from the queue */
|
||||
{
|
||||
char *type;
|
||||
|
@ -1176,7 +1176,7 @@ void process_user_queue(snac *snac)
|
|||
continue;
|
||||
}
|
||||
|
||||
process_queue_item(snac, q_item);
|
||||
process_user_queue_item(snac, q_item);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue