summaryrefslogtreecommitdiff
path: root/src/lib/decoder/sch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/decoder/sch.h')
-rw-r--r--src/lib/decoder/sch.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/lib/decoder/sch.h b/src/lib/decoder/sch.h
deleted file mode 100644
index 4d47eb5..0000000
--- a/src/lib/decoder/sch.h
+++ /dev/null
@@ -1,17 +0,0 @@
-
-#ifndef __SCH_H__
-#define __SCH_H__ 1
-
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
- int decode_sch(const unsigned char *buf, int * t1_o, int * t2_o, int * t3_o, int * ncc, int * bcc);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
-
personal git repositories of Harald Welte. Your mileage may vary