X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fio%2F_info;h=42b71d9e6e9f18a48b278ddb5beed8a7ec8c4396;hb=adc90816df194167a588a943ae503a37fec3fb6a;hp=7fc6ac61c1e29a3800798315a73bce4b8d856d85;hpb=6109a0a6140acbbfe5e998f7d7ea1215f035cb90;p=ccan diff --git a/ccan/io/_info b/ccan/io/_info index 7fc6ac61..42b71d9e 100644 --- a/ccan/io/_info +++ b/ccan/io/_info @@ -118,7 +118,7 @@ * io_set_finish(reader, finish, &from); * io_new_conn(NULL, STDOUT_FILENO, write_out, &from); * - * io_loop(); + * io_loop(NULL, NULL); * wait(&status); * * return WIFEXITED(status) ? WEXITSTATUS(status) : 2; @@ -133,7 +133,11 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { + printf("ccan/container_of\n"); + printf("ccan/list\n"); printf("ccan/tal\n"); + printf("ccan/time\n"); + printf("ccan/timer\n"); printf("ccan/typesafe_cb\n"); return 0; }