summaryrefslogtreecommitdiff
path: root/include/System.h
diff options
context:
space:
mode:
authorXavi Del Campo <xavi.dcr@tutanota.com>2020-03-08 17:23:03 +0100
committerXavi Del Campo <xavi.dcr@tutanota.com>2020-03-08 22:33:58 +0100
commit68e21103e09c7a59292485ab805683760b86e6ba (patch)
tree92c33d6211eeae35600525e2520a138503e8281d /include/System.h
parent96b0c9d692fd4b41d41e13cdcd8fc773b3976dde (diff)
downloadopensend-68e21103e09c7a59292485ab805683760b86e6ba.tar.gz
Implemented message protocol, not tested yet
Diffstat (limited to 'include/System.h')
-rw-r--r--include/System.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/System.h b/include/System.h
index 028a840..cf6bf03 100644
--- a/include/System.h
+++ b/include/System.h
@@ -2,5 +2,6 @@
#define SYSTEM_H
void SystemInit(void);
+void SystemDeinit(void);
#endif /* SYSTEM_H */