Jenkins integration - Migrate to CMake

This commit is contained in:
Sebastien
2019-09-02 17:09:38 -04:00
parent 4e8abb2954
commit 07873a7710
10 changed files with 69 additions and 88 deletions

View File

@@ -88,6 +88,9 @@ void http_server_start();
*/
char* http_server_get_header(char *request, char *header_name, int *len);
void strreplace(char *src, char *str, char *rep);
#ifdef __cplusplus
}
#endif