mirror of
https://git.zx2c4.com/cgit
synced 2025-01-11 00:41:53 +00:00
c5984a9896
Yet another step towards removing cgit.h. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
7 lines
109 B
C
7 lines
109 B
C
#ifndef UI_COMMIT_H
|
|
#define UI_COMMIT_H
|
|
|
|
extern void cgit_print_commit(char *hex);
|
|
|
|
#endif /* UI_COMMIT_H */
|