blob: 7a6cacd5acfe11eb77a1711593edf5ab13646751 [file] [log] [blame]
Lars Hjemlic5984a92008-03-24 16:38:47 +01001#ifndef UI_PATCH_H
2#define UI_PATCH_H
3
Lukas Fleischer4e00d332013-08-20 18:56:15 +02004extern void cgit_print_patch(const char *new_rev, const char *old_rev,
5 const char *prefix);
Lars Hjemlic5984a92008-03-24 16:38:47 +01006
7#endif /* UI_PATCH_H */