diff src/remote.h @ 652:9bcfd6d7a902

Display a message when invalid remote options are used.
author zas_
date Tue, 13 May 2008 14:49:38 +0000
parents 3097880d7d95
children 4fe8f9656107
line wrap: on
line diff
--- a/src/remote.h	Tue May 13 14:35:51 2008 +0000
+++ b/src/remote.h	Tue May 13 14:49:38 2008 +0000
@@ -33,7 +33,7 @@
 
 
 void remote_close(RemoteConnection *rc);
-GList *remote_build_list(GList *list, int argc, char *argv[]);
+GList *remote_build_list(GList *list, int argc, char *argv[], GList **errors);
 void remote_help(void);
 void remote_control(const gchar *arg_exec, GList *remote_list, const gchar *path,
 		    GList *cmd_list, GList *collection_list);