Compare commits

...

1 Commits

Author SHA1 Message Date
Jarred Sumner
3515f7f755 Fix type declaration 2024-11-18 05:17:53 -08:00

View File

@@ -190,7 +190,7 @@ struct us_socket_context_options_t {
};
struct us_bun_verify_error_t {
long error;
int error;
const char* code;
const char* reason;
};