X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftalloc%2F_info;h=b229ba2583b1001ce2569919cbb1b2d84be8eeb5;hp=9a189455bb27cfcdf8d02332e055c1a2d7003470;hb=07a9a950734c34be120491861647ace5a37d4c89;hpb=f98c408ee4e2f655e009e2499a02aeb2cc2fa905 diff --git a/ccan/talloc/_info b/ccan/talloc/_info index 9a189455..b229ba25 100644 --- a/ccan/talloc/_info +++ b/ccan/talloc/_info @@ -49,7 +49,8 @@ * } * * // This function opens a writable pipe to the given command. - * static struct command *open_output_cmd(const void *ctx, char *fmt, ...) + * static struct command *open_output_cmd(const void *ctx, + * const char *fmt, ...) * { * va_list ap; * struct command *cmd = talloc(ctx, struct command);