From 33bef7ea256e620c579aeff0e672b0becc79c75c Mon Sep 17 00:00:00 2001 From: Michael Haggerty Date: Fri, 28 Feb 2014 17:29:17 +0100 Subject: Document some functions defined in object.c Signed-off-by: Michael Haggerty Acked-by: Nicolas Pitre Signed-off-by: Junio C Hamano --- object.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'object.h') diff --git a/object.h b/object.h index dc5df8ce1..732bf4d7e 100644 --- a/object.h +++ b/object.h @@ -42,7 +42,14 @@ struct object { extern const char *typename(unsigned int type); extern int type_from_string(const char *str); +/* + * Return the current number of buckets in the object hashmap. + */ extern unsigned int get_max_object_index(void); + +/* + * Return the object from the specified bucket in the object hashmap. + */ extern struct object *get_indexed_object(unsigned int); /* -- cgit v1.2.1