summaryrefslogtreecommitdiff
path: root/xs_mime.h
diff options
context:
space:
mode:
authorGravatar default2024-09-20 10:47:14 +0200
committerGravatar default2024-09-20 10:47:14 +0200
commit2d2a685ec8bb30452fbf66025391f34f2bd03685 (patch)
tree0da1501b7a71e4ca13dd24ceb744b9bf569e94cf /xs_mime.h
parentMove migration work. (diff)
downloadpenes-snac2-2d2a685ec8bb30452fbf66025391f34f2bd03685.tar.gz
penes-snac2-2d2a685ec8bb30452fbf66025391f34f2bd03685.tar.xz
penes-snac2-2d2a685ec8bb30452fbf66025391f34f2bd03685.zip
More migration work.
Diffstat (limited to 'xs_mime.h')
-rw-r--r--xs_mime.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xs_mime.h b/xs_mime.h
index 853b092..b016490 100644
--- a/xs_mime.h
+++ b/xs_mime.h
@@ -1,8 +1,8 @@
1/* copyright (c) 2022 - 2024 grunfink et al. / MIT license */ 1/* copyright (c) 2022 - 2024 grunfink et al. / MIT license */
2 2
3#ifndef _XS_MIME 3#ifndef _XS_MIME_H
4 4
5#define _XS_MIME 5#define _XS_MIME_H
6 6
7const char *xs_mime_by_ext(const char *file); 7const char *xs_mime_by_ext(const char *file);
8 8
@@ -81,4 +81,4 @@ const char *xs_mime_by_ext(const char *file)
81 81
82#endif /* XS_IMPLEMENTATION */ 82#endif /* XS_IMPLEMENTATION */
83 83
84#endif /* XS_MIME */ 84#endif /* XS_MIME_H */