Skip to content

Commit

Permalink
sparse-index: static analysis fixups
Browse files Browse the repository at this point in the history
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
  • Loading branch information
derrickstolee committed Jan 20, 2021
1 parent 293ca25 commit 538aaa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sparse-index.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#ifndef SPARSE_INDEX_H__
#define SPARSE_INDEX_H__

struct index_state;
struct repository;

int set_sparse_index_config(struct repository *repo, int enable);
int convert_to_sparse(struct index_state *istate);

Expand Down

0 comments on commit 538aaa1

Please sign in to comment.