mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 05:53:12 -07:00
Better Polling in Setsu
This commit is contained in:
parent
9c91843d98
commit
092355ff00
3 changed files with 94 additions and 62 deletions
|
@ -18,10 +18,10 @@
|
|||
#ifndef _SETSU_H
|
||||
#define _SETSU_H
|
||||
|
||||
typedef struct setsu_ctx_t SetsuCtx;
|
||||
typedef struct setsu_t Setsu;
|
||||
|
||||
SetsuCtx *setsu_ctx_new();
|
||||
void setsu_ctx_free(SetsuCtx *ctx);
|
||||
void setsu_ctx_run(SetsuCtx *ctx);
|
||||
Setsu *setsu_new();
|
||||
void setsu_free(Setsu *setsu);
|
||||
void setsu_poll(Setsu *setsu);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue