summaryrefslogtreecommitdiffstats
path: root/src/libosmocc/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libosmocc/screen.h')
-rw-r--r--src/libosmocc/screen.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libosmocc/screen.h b/src/libosmocc/screen.h
new file mode 100644
index 0000000..29f4515
--- /dev/null
+++ b/src/libosmocc/screen.h
@@ -0,0 +1,7 @@
+
+void osmo_cc_help_screen(void);
+char *osmo_cc_strtok_quotes(const char **text_p);
+int osmo_cc_add_screen(osmo_cc_endpoint_t *ep, const char *text);
+void osmo_cc_flush_screen(osmo_cc_screen_list_t *list);
+osmo_cc_msg_t *osmo_cc_screen_msg(osmo_cc_endpoint_t *ep, osmo_cc_msg_t *old_msg, int in, const char **routing_p);
+