]> git.itanic.dy.fi Git - sdl-planets/blobdiff - quadtree.c
quadtree: Obey naming conventions
[sdl-planets] / quadtree.c
index b734c845ce09f9ccabef7bc9fdaccc271bc17979..327ee2092b44a2646c39b1b2189a28b1e1ea4768 100644 (file)
@@ -234,7 +234,7 @@ static int _walk_tree(struct quadtree *head, const struct quadtree_iterator *it)
        return count;
 }
 
-int walk_tree(const struct quadtree_iterator *it)
+int walk_quadtree(const struct quadtree_iterator *it)
 {
        return _walk_tree(it->head, it);
 }