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>
这个提交包含在:
2
cache.h
2
cache.h
@@ -32,4 +32,6 @@ extern int cache_ls(const char *path);
|
|||||||
/* Print a message to stdout */
|
/* Print a message to stdout */
|
||||||
extern void cache_log(const char *format, ...);
|
extern void cache_log(const char *format, ...);
|
||||||
|
|
||||||
|
extern unsigned long hash_str(const char *str);
|
||||||
|
|
||||||
#endif /* CGIT_CACHE_H */
|
#endif /* CGIT_CACHE_H */
|
||||||
|
在新工单中引用
屏蔽一个用户