Description: fix show_content_aux prototype
Author: Alexander Zangerl <az@debian.org>
--- a/uip/mhstoresbr.c
+++ b/uip/mhstoresbr.c
@@ -83,7 +83,7 @@ int type_ok (CT, int);
 void flush_errors (void);
 
 /* mhshowsbr.c */
-int show_content_aux (CT, int, int, char *, char *);
+int show_content_aux (CT, int, char *, char *);
 
 /*
  * prototypes
@@ -625,7 +625,7 @@ store_content (CT ct, CT p, mhstoreinfo_
 	 * content to standard input of a command and return.
 	 */
 	if (buffer[0] == '|' || buffer[0] == '!')
-	    return show_content_aux (ct, 1, 0, buffer + 1, info->dir);
+	    return show_content_aux (ct, 0, buffer + 1, info->dir);
 
         /* record the filename */
 	if ((ct->c_storage = clobber_check (add (buffer, NULL), info)) ==
