Mercurial
diff seobeo/seobeo.h @ 78:e7bf9e002850
amend
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Wed, 31 Dec 2025 15:07:43 -0800 |
| parents | c348ac875294 |
| children | 5710108c949e |
line wrap: on
line diff
--- a/seobeo/seobeo.h Wed Dec 31 14:17:40 2025 -0800 +++ b/seobeo/seobeo.h Wed Dec 31 15:07:43 2025 -0800 @@ -74,7 +74,7 @@ extern Seobeo_Route_Handler Seobeo_Router_Find_Handler(const char *method, const char *path, Seobeo_Request_Entry **pp_request_map, Dowa_Arena *p_arena); /* Send HTTP response from response map (internal use) */ extern void Seobeo_Router_Send_Response(Seobeo_Handle *p_handle, Seobeo_Request_Entry *p_response_map, Dowa_Arena *p_arena); -extern char *Seobeo_Web_LoadFile(const char *file_path, size_t *p_file_size) +extern char *Seobeo_Web_LoadFile(const char *file_path, size_t *p_file_size); // --- Helper functions --- // /* Destroy handle. It will handle all NULL poointers. */