logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

TSMimeParserCreate - TSMimeParserCreate API function

Description

       Creates a MIME parser.

       The parser's data structure contains information about the header being parsed.  A single MIME parser can
       be  used  multiple times, though not simultaneously.  Before being used again, the parser must be cleared
       by calling TSMimeParserClear().

Name

       TSMimeParserCreate - TSMimeParserCreate API function

Synopsis

          #include <ts/ts.h>

       TSMimeParserTSMimeParserCreate(void)

See Also