feat: add thespian_unexpected to C API
This commit is contained in:
parent
5789db98fc
commit
e9c1758101
3 changed files with 17 additions and 4 deletions
|
|
@ -17,6 +17,7 @@ void thespian_receive(thespian_receiver, thespian_behaviour_state,
|
|||
thespian_receiver_dtor);
|
||||
|
||||
thespian_result thespian_exit(const char *status);
|
||||
thespian_result thespian_unexpected(cbor_buffer msg);
|
||||
|
||||
bool thespian_get_trap();
|
||||
bool thespian_set_trap(bool);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue