view src/lib/istream-jsonstr.h @ 22711:25d4771ad0fd

lib-storage: mailbox_list_index - indentation cleanup
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 14 Dec 2017 02:10:27 +0200
parents 014be18f7130
children
line wrap: on
line source

#ifndef ISTREAM_JSONSTR_H
#define ISTREAM_JSONSTR_H

/* Parse input until '"' is reached. Unescape JSON \x codes. */
struct istream *i_stream_create_jsonstr(struct istream *input);

#endif