From 783b56d54788f177881d68ae2ec7a7cb4bb38ac4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 18 Apr 2004 01:35:53 +0000 Subject: Initial commit git-svn-id: file:///home/lennart/svn/public/vfax/trunk@3 541b366f-4dd8-0310-ae39-b2612fd50714 --- v17tcm.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 v17tcm.h (limited to 'v17tcm.h') diff --git a/v17tcm.h b/v17tcm.h new file mode 100644 index 0000000..f126714 --- /dev/null +++ b/v17tcm.h @@ -0,0 +1,15 @@ +#ifndef foov17tcmhfoo +#define foov17tcmhfoo + +#include + +struct v17tcm_state { + uint8_t y, c1, c2, c3; +}; + +void v17tcm_init(struct v17tcm_state *s); + +uint8_t v17tcm_encode(struct v17tcm_state* s, uint8_t input); +uint8_t v17tcm_decode(struct v17tcm_state *s, uint8_t input); + +#endif -- cgit