diff options
author | justanothercatgirl <sotov@twistea.su> | 2025-04-02 21:00:51 +0200 |
---|---|---|
committer | justanothercatgirl <sotov@twistea.su> | 2025-04-02 21:00:51 +0200 |
commit | d946c8cf11385f5766e827ae71b3fc798750a335 (patch) | |
tree | 52105e039563e264cbaf84a0bda6cd1df7945b30 /ui-plain.h | |
parent | 09d24d7cd0b7e85633f2f43808b12871bb209d69 (diff) |
Note: currently breaks repos that contain no readme
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 */ |