X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftalloc%2F_info;h=46173d96cafa40fc0abbbb2586e5f553e3fedf55;hp=95c91536b3fafa98d9cac86917d248d7c5bbbbd7;hb=bf57898eae29d70a166bf2df5c84601729f039ac;hpb=570c9c555f076e74f46141bb42b5d1d7ac89f632 diff --git a/ccan/talloc/_info b/ccan/talloc/_info index 95c91536..46173d96 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); @@ -89,7 +89,7 @@ * return 0; * } * - * Licence: GPL (2 or any later version) + * License: LGPL (2 or any later version) */ int main(int argc, char *argv[]) { @@ -97,7 +97,9 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { + printf("ccan/compiler\n"); printf("ccan/typesafe_cb\n"); + printf("ccan/failtest\n"); return 0; }