From 5870098c4b45c7dace76eadb93a49d0317edb456 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Sat, 28 Jul 2018 16:07:25 +0100 Subject: tree and file presentation --- ui_70-shared.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ui_70-shared.h') diff --git a/ui_70-shared.h b/ui_70-shared.h index 7dd2d35..8abc3c6 100644 --- a/ui_70-shared.h +++ b/ui_70-shared.h @@ -24,6 +24,7 @@ #define GOPHER_SUMMARY_DATE_LEN 20 #define GOPHER_SUMMARY_AUTH_LEN 20 #define GOPHER_SUMMARY_AGE_LEN 10 +#define GOPHER_SUMMARY_MODE_LEN 12 #define GOPHER_PAD_CHAR ' ' @@ -39,6 +40,7 @@ void cgit_gopher_start_selector(char type); void cgit_gopher_selector_descr(const char *descr); void cgit_gopher_selector_link(const char *sel); void cgit_gopher_text(const char *txt); +void cgit_gopher_tab(); void cgit_gopher_text_pad(const char *txt, int len); void cgit_gopher_end_selector(); @@ -76,6 +78,10 @@ extern void cgit_log_link(const char *name, const char *title, const char *class, const char *head, const char *rev, const char *path, int ofs, const char *grep, const char *pattern, int showmsg, int follow); +extern void cgit_gopher_log_link(const char *name, const char *title, + const char *class, const char *head, const char *rev, + const char *path, int ofs, const char *grep, + const char *pattern, int showmsg, int follow); extern void cgit_commit_link(const char *name, const char *title, const char *class, const char *head, const char *rev, const char *path); -- cgit v1.2.3