]> git.ozlabs.org Git - ccan/blobdiff - ccan/avl/_info
avl: Use definitions from order module
[ccan] / ccan / avl / _info
index 83893ddb468fffa59f24980b488472f0d946caca..c7fc98a46ff2f97327d9c92518a550651c255432 100644 (file)
@@ -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;
        }