1#ifndef RVL_SDK_NWC24_PARSER_H 
    2#define RVL_SDK_NWC24_PARSER_H 
    3#include <revolution/NWC24/NWC24Types.h> 
    9const char* NWC24GetMIMETypeStr(NWC24MIMEType type);
 
   10const char* NWC24iGetMIMETypeSuffix(NWC24MIMEType type);
 
   11const char* NWC24GetCharsetStr(NWC24Charset set);
 
   12const char* NWC24GetEncodingStr(NWC24Encoding enc);