git_config_next

Return the current entry and advance the iterator

The pointers returned by this function are valid until the iterator is freed.

@param entry pointer to store the entry @param iter the iterator @return 0 or an error code. git_error_code.GIT_ITEROVER if the iteration has completed

extern (C) nothrow @nogc
int
git_config_next

Meta