diff options
Diffstat (limited to 'src/examples/minimal_example_comet.c')
-rw-r--r-- | src/examples/minimal_example_comet.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/examples/minimal_example_comet.c b/src/examples/minimal_example_comet.c index 53f8f666..80c4258a 100644 --- a/src/examples/minimal_example_comet.c +++ b/src/examples/minimal_example_comet.c | |||
@@ -37,6 +37,7 @@ data_generator (void *cls, uint64_t pos, char *buf, size_t max) | |||
37 | return 80; | 37 | return 80; |
38 | } | 38 | } |
39 | 39 | ||
40 | |||
40 | static int | 41 | static int |
41 | ahc_echo (void *cls, | 42 | ahc_echo (void *cls, |
42 | struct MHD_Connection *connection, | 43 | struct MHD_Connection *connection, |
@@ -71,6 +72,7 @@ ahc_echo (void *cls, | |||
71 | return ret; | 72 | return ret; |
72 | } | 73 | } |
73 | 74 | ||
75 | |||
74 | int | 76 | int |
75 | main (int argc, char *const *argv) | 77 | main (int argc, char *const *argv) |
76 | { | 78 | { |