X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=tests%2Fiterator%2Fiterator_helpers.h;fp=tests%2Fiterator%2Fiterator_helpers.h;h=0000000000000000000000000000000000000000;hb=cc43b7442ea25e6846b10718cd9b1f1972fcd2fc;hp=1884b41a171edffd688fda3e0ebc6156efbccbbc;hpb=ab27e46e5f1c31d3d7b7aa560dab3bb70bd1218b;p=libgit2.git diff --git a/tests/iterator/iterator_helpers.h b/tests/iterator/iterator_helpers.h deleted file mode 100644 index 1884b41a1..000000000 --- a/tests/iterator/iterator_helpers.h +++ /dev/null @@ -1,16 +0,0 @@ - -extern void expect_iterator_items( - git_iterator *i, - size_t expected_flat, - const char **expected_flat_paths, - size_t expected_total, - const char **expected_total_paths); - -extern void expect_advance_over( - git_iterator *i, - const char *expected_path, - git_iterator_status_t expected_status); - -void expect_advance_into( - git_iterator *i, - const char *expected_path);