summaryrefslogtreecommitdiff
path: root/ui/alert_box.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/alert_box.h')
-rw-r--r--ui/alert_box.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/ui/alert_box.h b/ui/alert_box.h
index 9b2588164a..bd19963279 100644
--- a/ui/alert_box.h
+++ b/ui/alert_box.h
@@ -54,12 +54,7 @@ extern void cfile_open_failure_alert_box(const char *filename, int err,
/*
* Alert box for a failed attempt to close a capture file.
- * "err" is assumed to be a UNIX-style errno or a WTAP_ERR_ value;
- * "err_info" is assumed to be a string giving further information for
- * some WTAP_ERR_ values; "for_writing" is TRUE if the file is being
- * opened for writing and FALSE if it's being opened for reading;
- * "file_type" is a WTAP_FILE_TYPE_SUBTYPE_ value for the type of
- * file being written (it's ignored for opening-for-reading errors).
+ * "err" is assumed to be a UNIX-style errno or a WTAP_ERR_ value.
*
* When closing a capture file:
*