+ /*
+ * Compile the content marker format line
+ */
+ struct format *mfmt = compile_marker(markerform);;
+
+ if (headersw) {
+ /*
+ * Compile the header format line
+ */
+ struct format *hfmt = compile_header(headerform);
+ output_header(ct, hfmt);
+ fmt_free(hfmt, 0);
+ }