about summary refs log tree commit diff
path: root/ui-patch.h
blob: 7a6cacd5acfe11eb77a1711593edf5ab13646751 (plain) (blame)
1
2
3
4
5
6
7
#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 */
roe 2019-02-07Support multi-line C macros in hiJune McEnroe 2019-02-07Detect .mk files as makeJune McEnroe 2019-02-07Add make syntax to hiJune McEnroe 2019-02-07Add IRC output to hiJune McEnroe 2019-02-07Improve C syntax accuracy and add Format classJune McEnroe 2019-02-07Factor out hi checkJune McEnroe 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroe