]> git.notmuchmail.org Git - notmuch/blobdiff - sprinter.h
Adding an S-expression structured output printer.
[notmuch] / sprinter.h
index 912a5262a56756add44b41843ad32bb18446ad75..59776a9c7e476522fc6c21b48d34cfb0f8a1ea49 100644 (file)
@@ -70,4 +70,8 @@ sprinter_text_create (const void *ctx, FILE *stream);
 struct sprinter *
 sprinter_json_create (const void *ctx, FILE *stream);
 
+/* Create a new structure printer that emits S-Expressions. */
+struct sprinter *
+sprinter_sexp_create (const void *ctx, FILE *stream);
+
 #endif // NOTMUCH_SPRINTER_H