ofs | hex dump | ascii |
---|---|---|
0000 | 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 00 60 00 00 00 40 08 06 00 00 00 e5 34 72 | .PNG........IHDR...`...@......4r |
0020 | 0e 00 00 00#ifndef UI_LOG_H
#define UI_LOG_H
extern void cgit_print_log(const char *tip, int ofs, int cnt, char *grep,
char *pattern, char *path, int pager,
int commit_graph);
extern void show_commit_decorations(struct commit *commit);
#endif /* UI_LOG_H */
|