diff options
Diffstat (limited to 'object-name.h')
| -rw-r--r-- | object-name.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/object-name.h b/object-name.h index 064ddc97d1..8dba4a47a4 100644 --- a/object-name.h +++ b/object-name.h @@ -22,6 +22,8 @@ struct object_context { char *path; }; +void object_context_release(struct object_context *ctx); + /* * Return an abbreviated sha1 unique within this repository's object database. * The result will be at least `len` characters long, and will be NUL |
