Improve http_server declaration

This commit is contained in:
Fabio Utzig 2016-04-05 18:05:02 -03:00
parent 44ac27a5c5
commit 7c6fc955f7
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ extern THD_WORKING_AREA(wa_http_server, WEB_THREAD_STACK_SIZE);
#ifdef __cplusplus
extern "C" {
#endif
void http_server(void *p);
THD_FUNCTION(http_server, p);
#ifdef __cplusplus
}
#endif