summaryrefslogtreecommitdiff
path: root/ui-shared_70.h
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-07-26 15:02:48 +0100
committerKatolaZ <katolaz@freaknet.org>2018-07-26 15:02:48 +0100
commitbc2d48b8cd1c613fbad0feea71dd7739ae09513c (patch)
tree8bafdd46c4a7d1d7ff1ab0a9907712a668ff4666 /ui-shared_70.h
parent5897d950ec1fa084091b06b11a7dca96dc3253a4 (diff)
first commit on cgit_70 -- repolist, summary
Diffstat (limited to 'ui-shared_70.h')
-rw-r--r--ui-shared_70.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/ui-shared_70.h b/ui-shared_70.h
new file mode 100644
index 0000000..3c5ef55
--- /dev/null
+++ b/ui-shared_70.h
@@ -0,0 +1,13 @@
+#ifndef GOPHER_H
+#define GOPHER_H
+
+#define CGIT_GOPHER_HOST "localhost"
+#define CGIT_GOPHER_PORT 1500
+
+void cgit_gopher_selector(char type, char *str, char *sel, char *host, int port);
+void cgit_gopher_info(char *msg, char *host, int port);
+void cgit_gopher_menu(char *descr, char *sel, char *host, int port);
+void cgit_gopher_textfile(char *descr, char *sel, char *host, int port);
+void cgit_gopher_error(char *descr, char *host, int port);
+
+#endif /* GOPHER_H */