summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index f27654049b..1429e83847 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -7,7 +7,7 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2002 Bj�n Stenberg 10 * Copyright (C) 2002 Björn Stenberg
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement. 13 * See the file COPYING in the source tree root for full license agreement.
@@ -488,7 +488,8 @@ struct plugin_api {
488 488
489 /* list */ 489 /* list */
490 void (*gui_synclist_init)(struct gui_synclist * lists, 490 void (*gui_synclist_init)(struct gui_synclist * lists,
491 list_get_name callback_get_item_name,void * data); 491 list_get_name callback_get_item_name,void * data,
492 bool scroll_all,int selected_size);
492 void (*gui_synclist_set_nb_items)(struct gui_synclist * lists, int nb_items); 493 void (*gui_synclist_set_nb_items)(struct gui_synclist * lists, int nb_items);
493 void (*gui_synclist_set_icon_callback)(struct gui_synclist * lists, list_get_icon icon_callback); 494 void (*gui_synclist_set_icon_callback)(struct gui_synclist * lists, list_get_icon icon_callback);
494 int (*gui_synclist_get_nb_items)(struct gui_synclist * lists); 495 int (*gui_synclist_get_nb_items)(struct gui_synclist * lists);