mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-18 20:03:24 +00:00
tree: Fix documentation
This commit is contained in:
parent
bf038dab30
commit
2744806f32
@ -308,9 +308,10 @@ enum git_treewalk_mode {
|
|||||||
* @param tree The tree to walk
|
* @param tree The tree to walk
|
||||||
* @param callback Function to call on each tree entry
|
* @param callback Function to call on each tree entry
|
||||||
* @param mode Traversal mode (pre or post-order)
|
* @param mode Traversal mode (pre or post-order)
|
||||||
|
* @param payload Opaque pointer to be passed on each callback
|
||||||
* @return GIT_SUCCESS or an error code
|
* @return GIT_SUCCESS or an error code
|
||||||
*/
|
*/
|
||||||
GIT_EXTERN(int) git_tree_walk(git_tree *walk, git_treewalk_cb callback, int mode, void *payload);
|
GIT_EXTERN(int) git_tree_walk(git_tree *tree, git_treewalk_cb callback, int mode, void *payload);
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
GIT_END_DECL
|
GIT_END_DECL
|
||||||
|
Loading…
Reference in New Issue
Block a user