mirror of
https://github.com/nasa/trick.git
synced 2025-02-21 17:36:42 +00:00
Fix include in Extending_the_HTTP-API.md. #1188
This commit is contained in:
parent
8657acb3dc
commit
f182c72349
@ -44,7 +44,7 @@ void handle_HTTP_GET_hello(struct mg_connection *nc, void *hm);
|
|||||||
|
|
||||||
```c
|
```c
|
||||||
#include "CivetServer.h"
|
#include "CivetServer.h"
|
||||||
#include "civet/civetweb.h"
|
#include "civetweb.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
void handle_HTTP_GET_hello(struct mg_connection *nc, void *hm) {
|
void handle_HTTP_GET_hello(struct mg_connection *nc, void *hm) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user