feat: add thespian_exit to the C API
This commit is contained in:
parent
e9998ce127
commit
703e5d5be1
2 changed files with 16 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ typedef void (*thespian_receiver_dtor)(thespian_behaviour_state);
|
|||
void thespian_receive(thespian_receiver, thespian_behaviour_state,
|
||||
thespian_receiver_dtor);
|
||||
|
||||
thespian_result thespian_exit(const char *status);
|
||||
|
||||
bool thespian_get_trap();
|
||||
bool thespian_set_trap(bool);
|
||||
void thespian_link(thespian_handle);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue