X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stdout.h;h=cca12e5f61e2538d99c766f350ee4ef002bce801;hp=4149dad39155a1ed569bbd11a4d51f6bfa5337df;hb=afb43ec103ea5c0e194451c1289c514faee3b2e5;hpb=002731cd3938f3be6b71651e56c062af1adcdec0 diff --git a/stdout.h b/stdout.h index 4149dad3..cca12e5f 100644 --- a/stdout.h +++ b/stdout.h @@ -10,8 +10,8 @@ * The task structure used for writing to stdout. */ struct stdout_task { - /** Pointer to the data buffer. */ - char *buf; + /** Pointer to the data buffer pointer. */ + char **bufp; /** Number of bytes loaded in \a buf. */ size_t *loaded; /** Pointer to the error variable of the feeding task. */