return -1;
}
-static int checkout_all(const char *prefix, int prefix_length)
+static void checkout_all(const char *prefix, int prefix_length)
{
int i, errs = 0;
struct cache_entry* last_ce = NULL;
* exit with the same code as die().
*/
exit(128);
- return 0;
}
static const char checkout_cache_usage[] =