aboutsummaryrefslogtreecommitdiffstats
path: root/capture_ui_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture_ui_utils.h')
-rw-r--r--capture_ui_utils.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/capture_ui_utils.h b/capture_ui_utils.h
index 4093ae4cb2..57c2572cde 100644
--- a/capture_ui_utils.h
+++ b/capture_ui_utils.h
@@ -37,6 +37,12 @@
*/
char *capture_dev_user_descr_find(const gchar *if_name);
+/**
+ * Find user-specified link-layer header type that matches interface
+ * name, if any.
+ */
+gint capture_dev_user_linktype_find(const gchar *if_name);
+
/** Return as descriptive a name for an interface as we can get.
* If the user has specified a comment, use that. Otherwise,
* if get_interface_list() supplies a description, use that,