feat: add thespian_unexpected to C API

This commit is contained in:
CJ van den Berg 2026-03-04 21:42:30 +01:00
parent 5789db98fc
commit e9c1758101
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 17 additions and 4 deletions

View file

@ -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);