File gup-fix-cmd-handler.patch of Package gup
Index: gup.c
===================================================================
--- gup.c
+++ gup.c
@@ -62,12 +62,12 @@ typedef struct command_s COMMAND;
struct command_s {
char *name;
- int (*handler)(); /* function to handle it */
+ int (*handler)(char **); /* function to handle it */
int args;
int needs_site;
int sets_quit;
};
static void parse_options();
static void parse_headers();
static int parse_commands();
static void load_active();
static void write_groups();
static void print_version();
static void log_mail_headers();
static void item_print __P((int indent, int *column, const char *str));