diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/reception.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/reception.h b/include/reception.h new file mode 100644 index 0000000..80a6acb --- /dev/null +++ b/include/reception.h @@ -0,0 +1,7 @@ +#ifndef RECEPTION_H +#define RECEPTION_H + +void reception_ev(void); +void reception_loop(void); + +#endif /* RECEPTION_H */ |
