Hello, After a refactor, the first parameter to TSMimeHdrPrint is unused, and we are planning on removing it for ATS 10. The API will be changed as in the following diff:
-void TSMimeHdrPrint(TSMBuffer bufp, TSMLoc offset, TSIOBuffer iobufp); +void TSMimeHdrPrint(TSMLoc offset, TSIOBuffer iobufp); The change is straightforward, but please let me know if you have any questions or concerns. Thank you, Josiah VanderZee