mirror of
https://github.com/janet-lang/janet
synced 2025-11-05 18:13:37 +00:00
Several changes to move pipe creation back into ev.c
This commit is contained in:
@@ -145,6 +145,7 @@ extern const JanetAbstractType janet_address_type;
|
||||
#ifdef JANET_EV
|
||||
void janet_lib_ev(JanetTable *env);
|
||||
void janet_ev_mark(void);
|
||||
int janet_make_pipe(JanetHandle handles[2]);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user