summaryrefslogtreecommitdiffstats
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index 1b39dbe..f14e5fc 100644
--- a/src/window.h
+++ b/src/window.h
@@ -23,4 +23,4 @@ typedef struct {
GtkWidget *gtk_window;
} MqWindow;
-MqWindow *mq_window_new(gint uri_c, gchar *uri_v[]);
+MqWindow *mq_window_new(gchar **uris);