summaryrefslogtreecommitdiff
path: root/ui/tap_export_pdu.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tap_export_pdu.h')
-rw-r--r--ui/tap_export_pdu.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ui/tap_export_pdu.h b/ui/tap_export_pdu.h
index 25c39d733a..df6b5bad45 100644
--- a/ui/tap_export_pdu.h
+++ b/ui/tap_export_pdu.h
@@ -1,5 +1,5 @@
/* tap_export_pdu.h
- * Routines for exporting PDU:s to file
+ * Routines for exporting PDUs to file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -32,8 +32,7 @@ typedef struct _exp_pdu_t {
wtap_dumper* wdh;
} exp_pdu_t;
-void exp_pdu_file_open(exp_pdu_t *exp_pdu_tap_data);
-gboolean do_export_pdu(const char *filter, gchar *tap_name, gpointer data);
+gboolean do_export_pdu(const char *filter, gchar *tap_name, exp_pdu_t *data);
#ifdef __cplusplus
}