diff seobeo/seobeo_internal.h @ 260:1f9877b637e9

Add Copilot-powered cyberpunk JRPG chat Integrate the production JRPG chat with Seobeo streaming, Deita persistence, and a Bazel-managed Copilot SDK and LiteLLM inference stack. Co-authored-by: Copilot <[email protected]>
author MrJuneJune <mrjunejune@users.noreply.github.com>
date Wed, 05 Aug 2026 09:19:41 -0700
parents 609d3c6aff4e
children 04fee26ecce0
line wrap: on
line diff
--- a/seobeo/seobeo_internal.h	Wed Aug 05 09:19:41 2026 -0700
+++ b/seobeo/seobeo_internal.h	Wed Aug 05 09:19:41 2026 -0700
@@ -131,6 +131,7 @@
 // --- Handle Request --- //
 /* Handle a client request. Returns TRUE if connection should be kept alive. */
 extern boolean        Seobeo_Web_ClientHandle_Request(Seobeo_Handle *p_cli_handle, Seobeo_Cache_Entry *p_html_cache, boolean use_keep_alive);
+extern boolean        Seobeo_Web_Server_Is_Stopping(void);
 
 // --- SSL --- //
 extern void           Seobeo_Web_SSL_Init();