X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fcrawl_folders.c;h=b59a8e7ea718440fc5f2ca21621d8f491c936544;hb=43c31a90ba57b93a5504c39a28b9ef55a9b6e801;hp=0185bd8344290966a7d8b63611693adf8e9c9491;hpb=d3ba09a465cb0e5fc9a74d0b152a7ed965f895cb;p=mmh diff --git a/sbr/crawl_folders.c b/sbr/crawl_folders.c index 0185bd8..b59a8e7 100644 --- a/sbr/crawl_folders.c +++ b/sbr/crawl_folders.c @@ -9,11 +9,13 @@ #include #include #include +#include +#include struct crawl_context { int max; /* - ** how many folders we currently can hold in the array - ** `folders', increased by CRAWL_NUMFOLDERS at a time + ** number of folders we can hold in the folders array; + ** increased by CRAWL_NUMFOLDERS at a time */ int total; /* how many `folders' actually has */ char **folders; /* the array of folders */