X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fcrawl_folders.h;h=afc249c2d2f08fbfd5ecef07882daa5a8db89e36;hp=e81acb17155e3fb2e6ecf797bbfb1a137f09459f;hb=18591f8e001ecedbee48a51c1d1f08ebaa1c15c8;hpb=ced6090a330d3d83d0bce709f756aa3d7d65fea4 diff --git a/h/crawl_folders.h b/h/crawl_folders.h index e81acb1..afc249c 100644 --- a/h/crawl_folders.h +++ b/h/crawl_folders.h @@ -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. */ -void crawl_folders (char *dir, crawl_callback_t *callback, void *baton); +void crawl_folders(char *dir, crawl_callback_t *callback, void *baton);