diff options
Diffstat (limited to 'cgit/ui-patch.h')
| -rw-r--r-- | cgit/ui-patch.h | 11 | +11 −0 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cgit/ui-patch.h b/cgit/ui-patch.h new file mode 100644 --- /dev/null +++ b/cgit/ui-patch.h @@ -0,0 +1,11 @@ +/* SPDX-FileCopyrightText: cgit Development Team <cgit@lists.zx2c4.com> + * SPDX-License-Identifier: GPL-2.0-only + */ + +#ifndef UI_PATCH_H +#define UI_PATCH_H + +extern void cgit_print_patch(const char *new_rev, const char *old_rev, + const char *prefix); + +#endif /* UI_PATCH_H */ |
