diff options
| author | Xavi Del Campo <xavi.dcr@tutanota.com> | 2020-03-08 17:23:03 +0100 |
|---|---|---|
| committer | Xavi Del Campo <xavi.dcr@tutanota.com> | 2020-03-08 22:33:58 +0100 |
| commit | 68e21103e09c7a59292485ab805683760b86e6ba (patch) | |
| tree | 92c33d6211eeae35600525e2520a138503e8281d /include/reception.h | |
| parent | 96b0c9d692fd4b41d41e13cdcd8fc773b3976dde (diff) | |
| download | opensend-68e21103e09c7a59292485ab805683760b86e6ba.tar.gz | |
Implemented message protocol, not tested yet
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 */ |
