From bf85ca85987b40f0395f698a2e849195a1372faf Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 22 Oct 2010 02:19:47 +0200 Subject: Edit which volumes you have --- src/interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interface.h') diff --git a/src/interface.h b/src/interface.h index 1832b05..a62e34a 100644 --- a/src/interface.h +++ b/src/interface.h @@ -1,5 +1,5 @@ #include void interface_show_main_window(void); -void interface_show_edit_window(void); +GtkWidget *interface_show_edit_window(gint manga_id); GtkWidget *interface_show_new_item_dialog(GtkWindow *window); -- cgit v1.2.3-54-g00ecf