-rw-r--r-- | ui-patch.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ #define UI_PATCH_H -extern void cgit_print_patch(char *hex); +extern void cgit_print_patch(char *hex, const char *prefix); #endif /* UI_PATCH_H */ |
index : patchwork/cgit.git | ||
cgit - fast webinterface for git |
summaryrefslogtreecommitdiffabout |
-rw-r--r-- | ui-patch.h | 2 |
@@ -2,5 +2,5 @@ #define UI_PATCH_H -extern void cgit_print_patch(char *hex); +extern void cgit_print_patch(char *hex, const char *prefix); #endif /* UI_PATCH_H */ |