diff options
Diffstat (limited to 'include/reception.h')
| -rw-r--r-- | include/reception.h | 9 |
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 */ |
