X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..2d667ff62463f331fba7dddea084d1ededd24b71:/h/crawl_folders.h diff --git a/h/crawl_folders.h b/h/crawl_folders.h index 51fc882e..f5d29cb8 100644 --- a/h/crawl_folders.h +++ b/h/crawl_folders.h @@ -1,13 +1,11 @@ - -/* - * crawl_folders.h -- crawl folder hierarchy +/* crawl_folders.h -- crawl folder hierarchy */ #define CRAWL_NUMFOLDERS 100 -/* Callbacks return TRUE crawl_folders should crawl the children of `folder'. +/* Callbacks return true crawl_folders should crawl the children of `folder'. * Callbacks need not duplicate folder, as crawl_folders does not free it. */ -typedef boolean (crawl_callback_t)(char *folder, void *baton); +typedef bool (crawl_callback_t)(char *folder, void *baton); /* Crawl the folder hierarchy rooted at the relative path `dir'. For each * folder, pass `callback' the folder name (as a path relative to the current