summaryrefslogtreecommitdiff
path: root/irmpextlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'irmpextlog.h')
-rw-r--r--irmpextlog.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/irmpextlog.h b/irmpextlog.h
new file mode 100644
index 0000000..efbea47
--- /dev/null
+++ b/irmpextlog.h
@@ -0,0 +1,7 @@
+#ifndef _IRMPEXTLOG_H
+#define _IRMPEXTLOG_H
+
+void initextlog (void);
+void sendextlog (unsigned char);
+
+#endif