aboutsummaryrefslogtreecommitdiff
path: root/src/examples/https_fileserver_example.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/https_fileserver_example.c')
-rw-r--r--src/examples/https_fileserver_example.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/examples/https_fileserver_example.c b/src/examples/https_fileserver_example.c
index cd7aa355..627bc739 100644
--- a/src/examples/https_fileserver_example.c
+++ b/src/examples/https_fileserver_example.c
@@ -103,6 +103,7 @@ file_reader (void *cls, uint64_t pos, char *buf, size_t max)
103 return fread (buf, 1, max, file); 103 return fread (buf, 1, max, file);
104} 104}
105 105
106
106static void 107static void
107file_free_callback (void *cls) 108file_free_callback (void *cls)
108{ 109{
@@ -110,6 +111,7 @@ file_free_callback (void *cls)
110 fclose (file); 111 fclose (file);
111} 112}
112 113
114
113/* HTTP access handler call back */ 115/* HTTP access handler call back */
114static int 116static int
115http_ahc (void *cls, 117http_ahc (void *cls,