Ai
2 Star 0 Fork 0

mirrors_kernel_googlesource/cgit

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
cmd.h 244 Bytes
Copy Edit Raw Blame History
Jason A. Donenfeld authored 2015-08-14 21:54 +08:00 . cmd: no need for pre function hook now
#ifndef CMD_H
#define CMD_H
typedef void (*cgit_cmd_fn)(void);
struct cgit_cmd {
const char *name;
cgit_cmd_fn fn;
unsigned int want_repo:1,
want_vpath:1,
is_clone:1;
};
extern struct cgit_cmd *cgit_get_cmd(void);
#endif /* CMD_H */
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_kernel_googlesource/cgit.git
git@gitee.com:mirrors_kernel_googlesource/cgit.git
mirrors_kernel_googlesource
cgit
cgit
master

Search