Factor trim format function out
[mmh] / h / crawl_folders.h
index e81acb1..afc249c 100644 (file)
@@ -16,4 +16,4 @@ typedef boolean (crawl_callback_t)(char *folder, void *baton);
 ** directory) and `baton'; the callback may direct crawl_folders not to crawl
 ** its children; see above.
 */
 ** directory) and `baton'; the callback may direct crawl_folders not to crawl
 ** its children; see above.
 */
-void crawl_folders (char *dir, crawl_callback_t *callback, void *baton);
+void crawl_folders(char *dir, crawl_callback_t *callback, void *baton);