From be4f67c834719a8d12f5588d42d64bd39d1cb0c6 Mon Sep 17 00:00:00 2001 From: nodist Date: Fri, 3 Jul 2026 13:27:41 -0400 Subject: add more lifecycle --- docs/application/interface.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/application/interface.md') diff --git a/docs/application/interface.md b/docs/application/interface.md index 887f7f7..790c155 100644 --- a/docs/application/interface.md +++ b/docs/application/interface.md @@ -45,11 +45,11 @@ typedef enum : uint8_t { KPL_STATUS_ERROR, KPL_STATUS_NULL, KPL_STATUS_VALUE -} kpl_status; +} kpl_result_status; typedef struct { any value; - kpl_status status; + kpl_result_status status; } kpl_result; kpl_result kpl_result_error(error *er); -- cgit v1.2.3