]> git.ozlabs.org Git - ccan/blobdiff - ccan/talloc/_info
talloc: fix examples so they compile.
[ccan] / ccan / talloc / _info
index 339f5bccf887acc8fe52148a9487960675a179b3..b2440083780a39de357e98aaad973645aab2ea5c 100644 (file)
@@ -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);