diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-04-20 10:14:50 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-04-20 17:15:22 +0000 |
commit | d09ef614598cf6b714059f39191f09af5701bc93 (patch) | |
tree | 6bb48a24b8fac1968de5f733dd684be795fc910e /ui/failure_message.h | |
parent | 46f0c351a902284923a0d16bc394ceb91ebc8453 (diff) | |
download | wireshark-d09ef614598cf6b714059f39191f09af5701bc93.tar.gz wireshark-d09ef614598cf6b714059f39191f09af5701bc93.tar.bz2 wireshark-d09ef614598cf6b714059f39191f09af5701bc93.zip |
Make the command-line and alert-box failure messages more similar.
Change-Id: I94af221a0ce8b6b3ff8e0e1b94d5379351ac0962
Reviewed-on: https://code.wireshark.org/review/21251
Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/failure_message.h')
-rw-r--r-- | ui/failure_message.h | 3 |
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, |