vendor/libgit2/src/mwindow.h in rugged-0.25.0b5 vs vendor/libgit2/src/mwindow.h in rugged-0.25.0b6

- old
+ new

@@ -41,11 +41,10 @@ unsigned char *git_mwindow_open(git_mwindow_file *mwf, git_mwindow **cursor, git_off_t offset, size_t extra, unsigned int *left); int git_mwindow_file_register(git_mwindow_file *mwf); void git_mwindow_file_deregister(git_mwindow_file *mwf); void git_mwindow_close(git_mwindow **w_cursor); -int git_mwindow_files_init(void); -void git_mwindow_files_free(void); +extern int git_mwindow_global_init(void); struct git_pack_file; /* just declaration to avoid cyclical includes */ int git_mwindow_get_pack(struct git_pack_file **out, const char *path); void git_mwindow_put_pack(struct git_pack_file *pack);