#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 */