Add isds_normalize_mime_type() public function
commit8e48052dac5bca535f2b23b121dca88a861a9da2
authorPetr Písař <petr.pisar@atlas.cz>
Mon, 26 Apr 2010 20:13:40 +0000 (26 22:13 +0200)
committerPetr Písař <petr.pisar@atlas.cz>
Mon, 26 Apr 2010 20:13:40 +0000 (26 22:13 +0200)
treeb4642e5721d2568441e873027d5d3204289947be
parent1bd6fe73c9cfdd5999079cafc1b3f862e37a09d8
Add isds_normalize_mime_type() public function

This function reternus more usable MIME type than file name extension. Not all
conversions are implementes because offical documentaition does not specify
some docuemnt formats.
doc/message
src/isds.c
src/isds.h
test/Makefile.am
test/normalize_mime_type.c [new file with mode: 0644]