X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftalloc%2F_info;h=9a189455bb27cfcdf8d02332e055c1a2d7003470;hp=ed1a5dda44fc7d18faa43c874ef1f840db3d0e3c;hb=5c559e7df1d31b4c0ddf26451fac972dc8a0c2c9;hpb=ac0e87d7ecf790c187ce3c5d837b971fdd016b57 diff --git a/ccan/talloc/_info b/ccan/talloc/_info index ed1a5dda..9a189455 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: LGPL (2 or any later version) + * License: LGPL (v2.1 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; }