diff options
| author | default <nobody@localhost> | 2024-09-20 10:47:14 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-09-20 10:47:14 +0200 |
| commit | 2d2a685ec8bb30452fbf66025391f34f2bd03685 (patch) | |
| tree | 0da1501b7a71e4ca13dd24ceb744b9bf569e94cf /xs_mime.h | |
| parent | 3a5c78147cf20f46ccabb9104bf650d7561ebde9 (diff) | |
More migration work.
Diffstat (limited to 'xs_mime.h')
| -rw-r--r-- | xs_mime.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ /* copyright (c) 2022 - 2024 grunfink et al. / MIT license */ -#ifndef _XS_MIME +#ifndef _XS_MIME_H -#define _XS_MIME +#define _XS_MIME_H const char *xs_mime_by_ext(const char *file); @@ -81,4 +81,4 @@ const char *xs_mime_by_ext(const char *file) #endif /* XS_IMPLEMENTATION */ -#endif /* XS_MIME */ +#endif /* XS_MIME_H */ |