summaryrefslogtreecommitdiff
path: root/include/reception.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/reception.h')
-rw-r--r--include/reception.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/reception.h b/include/reception.h
index 80a6acb..571443a 100644
--- a/include/reception.h
+++ b/include/reception.h
@@ -1,7 +1,16 @@
#ifndef RECEPTION_H
#define RECEPTION_H
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
void reception_ev(void);
void reception_loop(void);
+#ifdef __cplusplus
+}
+#endif
+
#endif /* RECEPTION_H */