]> git.ozlabs.org Git - ccan/blobdiff - ccan/talloc/_info
gitify the tree, especially the web makefile.
[ccan] / ccan / talloc / _info
index ed1a5dda44fc7d18faa43c874ef1f840db3d0e3c..cf2ea7d18b8983d0aaa62417307fd4737d981bc6 100644 (file)
@@ -49,7 +49,7 @@
  *     }
  *
  *     // This function opens a writable pipe to the given command.
  *     }
  *
  *     // 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);
  *     {
  *             va_list ap;
  *             struct command *cmd = talloc(ctx, struct command);
@@ -89,7 +89,7 @@
  *             return 0;
  *     }
  *
  *             return 0;
  *     }
  *
- * Licence: LGPL (2 or any later version)
+ * License: LGPL (2 or any later version)
  */
 int main(int argc, char *argv[])
 {
  */
 int main(int argc, char *argv[])
 {
@@ -97,6 +97,7 @@ int main(int argc, char *argv[])
                return 1;
 
        if (strcmp(argv[1], "depends") == 0) {
                return 1;
 
        if (strcmp(argv[1], "depends") == 0) {
+               printf("ccan/compiler\n");
                printf("ccan/typesafe_cb\n");
                return 0;
        }
                printf("ccan/typesafe_cb\n");
                return 0;
        }