mirror of
https://github.com/lammertb/libhttp.git
synced 2025-09-03 01:21:16 +03:00
Resolve merge conflicts for #129
This commit is contained in:
@@ -738,7 +738,7 @@ static void start_civetweb(int argc, char *argv[]) {
|
||||
}
|
||||
}
|
||||
|
||||
void stop_civetweb(void) {
|
||||
static void stop_civetweb(void) {
|
||||
mg_stop(g_ctx);
|
||||
free(g_user_data.first_message);
|
||||
g_user_data.first_message = NULL;
|
||||
|
Reference in New Issue
Block a user