summaryrefslogtreecommitdiff
path: root/src/sstv.h
diff options
context:
space:
mode:
authorrimio <vasi.vilvoiu@gmail.com>2019-01-09 00:08:57 +0200
committerrimio <vasi.vilvoiu@gmail.com>2019-01-09 00:08:57 +0200
commit45753482e99ec37d9cab0d898f7b75d64f658a3c (patch)
tree5ec45bde04095e345cad6306c0091b90f4b03364 /src/sstv.h
parent85acad49b42bf3734249dae13429a26395a68a03 (diff)
VIS code
Diffstat (limited to 'src/sstv.h')
-rw-r--r--src/sstv.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sstv.h b/src/sstv.h
index 4b0279a..f36969d 100644
--- a/src/sstv.h
+++ b/src/sstv.h
@@ -16,4 +16,10 @@
extern sstv_malloc_t sstv_malloc_user;
extern sstv_free_t sstv_free_user;
+/*
+ * Utility functions
+ */
+extern uint8_t
+sstv_get_visp_code(sstv_mode_t mode);
+
#endif \ No newline at end of file