This website requires JavaScript.
Explore
Help
Sign in
mike
/
vger
Watch
1
Star
0
Fork
You've already forked vger
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
4e82f1e44c
vger
/
mimes.h
2 lines
41 B
C
Raw
Normal View
History
Unescape
Escape
Return a constant string from the mimes database. We are not modifying it so there is no need to copy memory around. This also prevents file_mime getting out of sync as had already happend. It had a size of 50 while the mime types database type used to have a size of 70.
2020-12-06 02:58:26 +11:00
const
char
*
get_file_mime
(
const
char
*
)
;
Reference in a new issue
Copy permalink