aboutsummaryrefslogtreecommitdiffstats
path: root/ui-plain.h
blob: 648206a50e6ee564026ecd58954259956f513d54 (plain)
1
2
3
4
5
6
#ifndef UI_PLAIN_H
#define UI_PLAIN_H

extern void cgit_print_plain(void);
extern int print_object(const struct object_id *oid, const char *path);
#endif /* UI_PLAIN_H */