summaryrefslogtreecommitdiffabout
path: root/ui-commit.h
Unidiff
Diffstat (limited to 'ui-commit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--ui-commit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-commit.h b/ui-commit.h
index 40bcb31..8198b4b 100644
--- a/ui-commit.h
+++ b/ui-commit.h
@@ -1,6 +1,6 @@
1#ifndef UI_COMMIT_H 1#ifndef UI_COMMIT_H
2#define UI_COMMIT_H 2#define UI_COMMIT_H
3 3
4extern void cgit_print_commit(char *hex); 4extern void cgit_print_commit(char *hex, const char *prefix);
5 5
6#endif /* UI_COMMIT_H */ 6#endif /* UI_COMMIT_H */