aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-10-18 01:40:58 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-10-18 01:41:33 -0400
commit24fb6ee3b2d6e3c68410e439c7395f5058dabce5 (patch)
tree7defb2460e92b0019c26004110ed4f82d70466db /state.h
parent4ec95c0bc1223aee10449bf831d29f4f683faff7 (diff)
exit codes
Diffstat (limited to 'state.h')
-rw-r--r--state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/state.h b/state.h
index 877c70a..6940d0d 100644
--- a/state.h
+++ b/state.h
@@ -103,6 +103,7 @@ typedef struct {
item_t* items;
uint32_t* filtered_items;
bool running;
+ int exit_code;
} client_state;