X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftalloc%2F_info;h=b2440083780a39de357e98aaad973645aab2ea5c;hp=339f5bccf887acc8fe52148a9487960675a179b3;hb=3adbb41d724fca10f9a4f11b56afc58091ba58f4;hpb=c4c5fed020ba44b9930119672a36a1cb33aff090 diff --git a/ccan/talloc/_info b/ccan/talloc/_info index 339f5bcc..b2440083 100644 --- a/ccan/talloc/_info +++ b/ccan/talloc/_info @@ -49,7 +49,7 @@ * } * * // This function opens a writable pipe to the given command. - * struct command *open_output_cmd(const void *ctx, char *fmt, ...) + * static struct command *open_output_cmd(const void *ctx, char *fmt, ...) * { * va_list ap; * struct command *cmd = talloc(ctx, struct command);