diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-02 18:41:43 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-02 18:41:43 +0300 |
| commit | 6bf7c5ce92ff6237c0b17c332873805018812b40 (patch) | |
| tree | 18905aaed6af4be08f686f18aac1660f9606628d /cgit/ui-commit.h | |
| parent | c93af47179aad2d3fae3bc756d058f3ff1a14ccf (diff) | |
| parent | e94c3cd8bda6f9c2a6d0a613733c6eeddd1a406f (diff) | |
| download | Project-Tick-6bf7c5ce92ff6237c0b17c332873805018812b40.tar.gz Project-Tick-6bf7c5ce92ff6237c0b17c332873805018812b40.zip | |
Add 'cgit/' from commit 'e94c3cd8bda6f9c2a6d0a613733c6eeddd1a406f'
git-subtree-dir: cgit
git-subtree-mainline: c93af47179aad2d3fae3bc756d058f3ff1a14ccf
git-subtree-split: e94c3cd8bda6f9c2a6d0a613733c6eeddd1a406f
Diffstat (limited to 'cgit/ui-commit.h')
| -rw-r--r-- | cgit/ui-commit.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cgit/ui-commit.h b/cgit/ui-commit.h new file mode 100644 index 0000000000..8198b4bacc --- /dev/null +++ b/cgit/ui-commit.h @@ -0,0 +1,6 @@ +#ifndef UI_COMMIT_H +#define UI_COMMIT_H + +extern void cgit_print_commit(char *hex, const char *prefix); + +#endif /* UI_COMMIT_H */ |
