diff options
Diffstat (limited to 'ui-patch.h')
-rw-r--r-- | ui-patch.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ | |||
1 | #ifndef UI_PATCH_H | 1 | #ifndef UI_PATCH_H |
2 | #define UI_PATCH_H | 2 | #define UI_PATCH_H |
3 | 3 | ||
4 | extern void cgit_print_patch(char *hex, const char *old_rev, const char *prefix); | 4 | extern void cgit_print_patch(const char *new_rev, const char *old_rev, |
5 | const char *prefix); | ||
5 | 6 | ||
6 | #endif /* UI_PATCH_H */ | 7 | #endif /* UI_PATCH_H */ |