diff --git a/src/server/distrend.c b/src/server/distrend.c --- a/src/server/distrend.c +++ b/src/server/distrend.c @@ -367,9 +367,9 @@ struct distrenjob *distrenjob_get(struct /** - Removes a distrenjob from the distrenjob linked list. + Removes a distrenjob from the distrenjob linked list. It does not free the distrenjob, however. You should do that with distrenjob_free() from distrenjob.h - @arg head a double pointer. the head pointer will have to be changed if distrenjob == *head. Thus, make sure that the pointer points to the pointer to the head that all functions use. (I'm going to come back to this and misunderstand myself ;-)) + @arg head pointer to the head of the linkedlist of distrenjobs */ void distrenjob_remove(struct distrenjob *head, struct distrenjob *bj) {