1
0
Fork 0
polytree-session/status.h

10 lines
121 B
C

#ifndef _STATUS_H
#define _STATUS_H
#include <stdbool.h>
bool status_start();
void status_stop();
#endif // _STATUS_H