all repos — cgit @ 523a2161b9a21f5fa8526280bb914d7affb185b1

a hyperfast web frontend for git written in c

cache.h: export hash_str()

This function will be reused to cache the result of tree scanning.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Lars Hjemli hjemli@gmail.com
Wed, 19 Aug 2009 17:43:47 +0200
commit

523a2161b9a21f5fa8526280bb914d7affb185b1

parent

6f3bf1ae1eb1d4114a1df0194b2236665a13bdac

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M cache.hcache.h

@@ -32,4 +32,6 @@

/* Print a message to stdout */ extern void cache_log(const char *format, ...); +extern unsigned long hash_str(const char *str); + #endif /* CGIT_CACHE_H */