Merge git://git.kernel.org/pub/scm/gitk/gitk
[git.git] / cache.h
diff --git a/cache.h b/cache.h
index 8dc1de1..1f96280 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -262,7 +262,7 @@ struct checkout {
                 refresh_cache:1;
 };
 
-extern int checkout_entry(struct cache_entry *ce, struct checkout *state);
+extern int checkout_entry(struct cache_entry *ce, struct checkout *state, char *topath);
 
 extern struct alternate_object_database {
        struct alternate_object_database *next;