tvl-depot/third_party/cgit/ui-commit.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
129 B
C
Raw Normal View History

#ifndef UI_COMMIT_H
#define UI_COMMIT_H
extern void cgit_print_commit(char *hex, const char *prefix);
#endif /* UI_COMMIT_H */