Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ui-patch.h - git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 */