aboutsummaryrefslogtreecommitdiffstats
path: root/ui/export_pdu_ui_utils.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-02-20 12:06:00 -0800
committerGuy Harris <guy@alum.mit.edu>2018-02-20 20:06:36 +0000
commit95cb454355be5b9de7582d2e0e2af30bf816dd60 (patch)
treed736a619235acf50ae3f44159395505af571baa7 /ui/export_pdu_ui_utils.h
parentb00e7fc088df2865fa918b4c73705d0e725fc7f2 (diff)
Constify an argument, remove no-longer-necessary removal of constness.
Change-Id: Ic0a70b28bfdb57c4c2ddf07cf071a85042672c9e Reviewed-on: https://code.wireshark.org/review/25941 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/export_pdu_ui_utils.h')
-rw-r--r--ui/export_pdu_ui_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/export_pdu_ui_utils.h b/ui/export_pdu_ui_utils.h
index 43b43f956a..1ed0b6a344 100644
--- a/ui/export_pdu_ui_utils.h
+++ b/ui/export_pdu_ui_utils.h
@@ -20,7 +20,7 @@ extern "C" {
* Filters the current opened capture file into a temporary file. On success,
* TRUE is returned and the filtered file is opened into the UI.
*/
-gboolean do_export_pdu(const char *filter, gchar *tap_name, exp_pdu_t *data);
+gboolean do_export_pdu(const char *filter, const gchar *tap_name, exp_pdu_t *data);
#ifdef __cplusplus