]> git.ozlabs.org Git - ccan/blobdiff - ccan/str_talloc/_info
str_talloc: strreg
[ccan] / ccan / str_talloc / _info
index aaf9d996d0f5553ef5fc554a44bd39631e5e2055..f6214ce79fe09f566dc52296834c865f6953d277 100644 (file)
@@ -35,7 +35,8 @@
  *             return 0;
  *     }
  *
- * Licence: LGPL (2 or any later version)
+ * License: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {
@@ -43,6 +44,7 @@ int main(int argc, char *argv[])
                return 1;
 
        if (strcmp(argv[1], "depends") == 0) {
+               printf("ccan/str\n");
                printf("ccan/talloc\n");
                printf("ccan/noerr\n");
                return 0;