aboutsummaryrefslogtreecommitdiff
path: root/ui-patch.h
blob: acd37fd14b9d55a0f8afe1a429fc8317db42272f (plain)
1
2
3
4
5
6
#ifndef UI_PATCH_H
#define UI_PATCH_H

extern void cgit_print_patch(char *hex, const char *old_rev, const char *prefix);

#endif /* UI_PATCH_H */