mirror of
https://github.com/bobbimanners/emailler.git
synced 2024-12-31 15:30:22 +00:00
Adjusted parameter type to match header file.
This commit is contained in:
parent
c47a89ce1a
commit
29c802c835
@ -214,7 +214,7 @@ void image()
|
||||
}
|
||||
#endif
|
||||
|
||||
void http_server(unsigned long client, const char* method, const char* path)
|
||||
void http_server(uint32_t client, const char* method, const char* path)
|
||||
{
|
||||
char* delimiter;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user