X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Favl%2F_info;h=c7fc98a46ff2f97327d9c92518a550651c255432;hb=aae40e493625a07f4ac95476664447546b28661a;hp=83893ddb468fffa59f24980b488472f0d946caca;hpb=291237b4fed863be74051274ac5ad9920cb33cc3;p=ccan diff --git a/ccan/avl/_info b/ccan/avl/_info index 83893ddb..c7fc98a4 100644 --- a/ccan/avl/_info +++ b/ccan/avl/_info @@ -33,7 +33,7 @@ * * int main(void) * { - * AVL *avl = avl_new((AvlCompare) strcmp); + * AVL *avl = avl_new((total_order_noctx_cb) strcmp); * AvlIter i; * struct tally *tally; * char line[256]; @@ -75,7 +75,7 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { - /* Nothing */ + printf("ccan/order\n"); return 0; }