summaryrefslogtreecommitdiffstats
path: root/src/lib/istream-jsonstr.h
blob: 255eccd89e2cdd528d3ca3eb42aff721cd52fa70 (plain)
1
2
3
4
5
6
7
#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