summaryrefslogtreecommitdiff
path: root/ui_70-shared.h
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-07-28 16:07:25 +0100
committerKatolaZ <katolaz@freaknet.org>2018-07-28 16:07:25 +0100
commit5870098c4b45c7dace76eadb93a49d0317edb456 (patch)
tree736522e774a5d633aa756b28a0873706c4c5e71e /ui_70-shared.h
parenteae408c064497a222cf6f5f89f2719d3ecdf18f0 (diff)
tree and file presentation
Diffstat (limited to 'ui_70-shared.h')
-rw-r--r--ui_70-shared.h6
1 files changed, 6 insertions, 0 deletions
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);