diff options
Diffstat (limited to 'ui-plain.h')
-rw-r--r-- | ui-plain.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ #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 */ |