]> git.tuebingen.mpg.de Git - paraslash.git/commit
fd: Simplify and move for_each_file_in_dir().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Sep 2022 19:17:38 +0000 (21:17 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 7 May 2023 18:45:22 +0000 (20:45 +0200)
commit6f6d8eb1f8f88d9bc51530ae9c14089a20ad76ab
tree11fab5313954f12d5c55e6341481fc53cd7b8a87
parent07a2d4510f0adc6eff211400f16a0760409bc507
fd: Simplify and move for_each_file_in_dir().

With only one user it can be static in aft.c. Modify the function
so that it no longer changes the current working directory, remove
para_opendir() because it is unused now, dedox the documentation and
streamline it a bit.
aft.c
fd.c
fd.h