]> diplodocus.org Git - nmh/blobdiff - h/crawl_folders.h
new.c: Order two return statements to match comment.
[nmh] / h / crawl_folders.h
index a5ac7b4d23d88171022b1339c8fba943e8944d2d..f5d29cb88d4490b0aeb4f381811c0be6ac5d17fc 100644 (file)
@@ -1,12 +1,11 @@
-/*
- * crawl_folders.h -- crawl folder hierarchy
+/* crawl_folders.h -- crawl folder hierarchy
  */
 
 #define CRAWL_NUMFOLDERS 100
 
  */
 
 #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. */
  * 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
 
 /* 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