a8e0d7d1619e3016d10a77aabf7fd1e4057da7ed
[mTask.git] / client / spec.h
1 #ifndef SPEC_H
2 #define SPEC_H
3
4 #include <stdint.h>
5 #include <stdbool.h>
6
7 void spec_send(void);
8
9 #endif