diff --git a/httpService.h b/httpService.h index 7590911..47212a2 100644 --- a/httpService.h +++ b/httpService.h @@ -7,6 +7,6 @@ struct HTTPInfo { }; struct HTTPInfo HTTPSClient(const char* website); -void HTTPSServer(void* unused); +void* HTTPSServer(void* unused); -#endif // HTTPSERVICE_H_INCLUDED \ No newline at end of file +#endif // HTTPSERVICE_H_INCLUDED