1 Star 0 Fork 0

lbpp / git

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
decorate.h 400 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef DECORATE_H
#define DECORATE_H
struct object_decoration {
const struct object *base;
void *decoration;
};
struct decoration {
const char *name;
unsigned int size, nr;
struct object_decoration *hash;
};
extern void *add_decoration(struct decoration *n, const struct object *obj, void *decoration);
extern void *lookup_decoration(struct decoration *n, const struct object *obj);
#endif
C
1
https://gitee.com/lbpp/git.git
git@gitee.com:lbpp/git.git
lbpp
git
git
master

搜索帮助