1
0
Fork 0
polytree-session/status.h

10 lines
121 B
C
Raw Normal View History

2021-11-15 22:48:21 +00:00
#ifndef _STATUS_H
#define _STATUS_H
#include <stdbool.h>
bool status_start();
void status_stop();
#endif // _STATUS_H