Refactor code a bit

This commit is contained in:
2022-08-16 21:58:31 +02:00
parent b6ba58d406
commit 0648c75baa
9 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include "http.h"
#include "utils.h"
#include "compress.h"
#include <string.h>
void http_to_camel_case(char *str, int mode) {