diff options
| author | punkymaniac <punkymaniac@protonmail.ch> | 2021-06-02 14:47:24 +0200 |
|---|---|---|
| committer | punkymaniac <punkymaniac@protonmail.ch> | 2021-06-02 14:47:24 +0200 |
| commit | eeacd234ef67b73f983ba64f4aa40c16085039dd (patch) | |
| tree | 07d34c89597ae24cce880f9b3487116e5f556268 /include/git2/indexer.h | |
| parent | 8b79a3f9baed9077a9163314bb3525166c792323 (diff) | |
| download | libgit2-eeacd234ef67b73f983ba64f4aa40c16085039dd.tar.gz | |
Fix struct indentation
Diffstat (limited to 'include/git2/indexer.h')
| -rw-r--r-- | include/git2/indexer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/indexer.h b/include/git2/indexer.h index dc02f0bc5..a434d243f 100644 --- a/include/git2/indexer.h +++ b/include/git2/indexer.h @@ -64,6 +64,7 @@ typedef struct git_indexer_options { /** progress_cb function to call with progress information */ git_indexer_progress_cb progress_cb; + /** progress_cb_payload payload for the progress callback */ void *progress_cb_payload; |
