diff options
| author | 2023-01-17 09:50:16 +0100 | |
|---|---|---|
| committer | 2023-01-17 09:50:16 +0100 | |
| commit | a38c7aeadcc69b3405d40b008a0b87f7c5d023dc (patch) | |
| tree | afe36eed782e9731d2b7e95768c6937e4592c842 /xs_mime.h | |
| parent | Updated TODO. (diff) | |
| download | snac2-a38c7aeadcc69b3405d40b008a0b87f7c5d023dc.tar.gz snac2-a38c7aeadcc69b3405d40b008a0b87f7c5d023dc.tar.xz snac2-a38c7aeadcc69b3405d40b008a0b87f7c5d023dc.zip | |
Updated year in copyright notices.
Diffstat (limited to '')
| -rw-r--r-- | xs_mime.h | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | /* copyright (c) 2022 grunfink - MIT license */ | 1 | /* copyright (c) 2022 - 2023 grunfink / MIT license */ |
| 2 | 2 | ||
| 3 | #ifndef _XS_MIME | 3 | #ifndef _XS_MIME |
| 4 | 4 | ||
| @@ -23,6 +23,8 @@ struct _mime_info { | |||
| 23 | { "text/html", ".html" }, | 23 | { "text/html", ".html" }, |
| 24 | { "text/plain", ".txt" }, | 24 | { "text/plain", ".txt" }, |
| 25 | { "text/xml", ".xml" }, | 25 | { "text/xml", ".xml" }, |
| 26 | { "text/markdown", ".md" }, | ||
| 27 | { "text/gemini", ".gmi" }, | ||
| 26 | { NULL, NULL } | 28 | { NULL, NULL } |
| 27 | }; | 29 | }; |
| 28 | 30 | ||