summaryrefslogtreecommitdiff
path: root/src/mwindow.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@github.com>2016-08-03 17:01:48 -0400
committerEdward Thomson <ethomson@github.com>2016-08-04 10:30:48 -0400
commit2381d9e4900050f879cedf851c0329440db7c5e3 (patch)
tree051781359c05e5f490e8030d8ef7d8da5729fe68 /src/mwindow.h
parent152efee20b74ea261cf8e05410a110687e17376e (diff)
downloadlibgit2-2381d9e4900050f879cedf851c0329440db7c5e3.tar.gz
mwindow: init mwindow files in git_libgit2_initethomson/mwindow_init
Diffstat (limited to 'src/mwindow.h')
-rw-r--r--src/mwindow.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mwindow.h b/src/mwindow.h
index 63418e458..bdde9e0a4 100644
--- a/src/mwindow.h
+++ b/src/mwindow.h
@@ -43,8 +43,7 @@ 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);