Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Use promisor_remote_get_direct() and has_promisor_remote()
[gitweb.git]
/
oidmap.h
diff --git
a/oidmap.h
b/oidmap.h
index 91b2ed0f51311af2d6ec741f638fd00336ddab94..7a939461ff5baf8aa6d5f599af9e2a5a52a21864 100644
(file)
--- a/
oidmap.h
+++ b/
oidmap.h
@@
-47,7
+47,7
@@
void oidmap_free(struct oidmap *map, int free_entries);
* Returns the oidmap entry for the specified oid, or NULL if not found.
*/
void *oidmap_get(const struct oidmap *map,
-
const struct object_id *key);
+ const struct object_id *key);
/*
* Adds or replaces an oidmap entry.