]> git.tuebingen.mpg.de Git - paraslash.git/commit
Rename admissible_file_loop() -> score_loop().
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 8 Mar 2022 19:47:59 +0000 (20:47 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 17 Oct 2022 18:36:21 +0000 (20:36 +0200)
commit6d713abb12df82c1c1a5bbbeac5a5d67472d1ca1
tree3788d4147494fd3d3b98b087b828472edf7410a4
parent0efa0935594ec151c795e562a6614b3e45cbf22c
Rename admissible_file_loop() -> score_loop().

The function simply iterates the entries of the score table. The new
name is shorter, more to the point, and indicates that the function
is implemented in score.c.

Streamline the documentation while at it and swap the arguments,
as the reversed order is more natural.
afs.h
aft.c
score.c