X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fcrawl_folders.h;h=afc249c2d2f08fbfd5ecef07882daa5a8db89e36;hb=e16d5bfc58d8b0dfe61701cd4d6b1732e837d60a;hp=e81acb17155e3fb2e6ecf797bbfb1a137f09459f;hpb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;p=mmh 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);