]> granicus.if.org Git - neomutt/commit
help: split out scanning code
authorshadofren <xxlaguna93@gmail.com>
Thu, 18 Jul 2019 17:31:10 +0000 (01:31 +0800)
committerRichard Russon <rich@flatcap.org>
Mon, 21 Oct 2019 18:54:46 +0000 (19:54 +0100)
commit3b4563c8170a4cc36fa18a9d297939fc567b04d0
tree24e1ddf92b332f6661f73e2ddef6994ecc32a3f1
parent00766fe817e17f893dd0f67dea571069b3892b50
help: split out scanning code

The part of directory scanning and filtering for .md files are moved
out of help.c into scan.c.
scan_dir will return a list of file path for .md files
Makefile.autosetup
help/help.c
help/help.h
help/scan.c [new file with mode: 0644]
help/scan.h [new file with mode: 0644]
help/vector.c
help/vector.h