add ppr_process_readable
This commit is contained in:
parent
f921861976
commit
1baa36725d
3 changed files with 48 additions and 0 deletions
|
|
@ -210,6 +210,7 @@ void* ppr_process_create(const char* exec, char** env);
|
|||
void ppr_process_close(void* handle);
|
||||
int ppr_process_write(void* handle, const void* data, int len);
|
||||
int ppr_process_read(void* handle, void* data, int len);
|
||||
int ppr_process_readable(void* handle);
|
||||
void ppr_process_destroy(void* handle);
|
||||
|
||||
/* dirent.c */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue