summaryrefslogtreecommitdiff
path: root/ui/failure_message.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/failure_message.h')
-rw-r--r--ui/failure_message.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/failure_message.h b/ui/failure_message.h
index 95814ff3ff..1f9c48732b 100644
--- a/ui/failure_message.h
+++ b/ui/failure_message.h
@@ -62,7 +62,8 @@ extern void cfile_read_failure_message(const char *progname,
* WTAP_FILE_TYPE_SUBTYPE_ value for the type and subtype of file being
* written.
*/
-extern void cfile_write_failure_message(const char *in_filename,
+extern void cfile_write_failure_message(const char *progname,
+ const char *in_filename,
const char *out_filename,
int err, gchar *err_info,
guint32 framenum,