aboutsummaryrefslogtreecommitdiffstats
path: root/capture_ifinfo.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-06-28 20:16:39 +0000
committerGuy Harris <guy@alum.mit.edu>2012-06-28 20:16:39 +0000
commitc51a19cc43332bd033edf17dd2207a35452b599c (patch)
tree636005b583bc5ee96393071c85bcff92b2430db8 /capture_ifinfo.h
parent8381581aa1d4862cf235ddd96c60e0648c034067 (diff)
get_interface_type() contains no GUI code, so just move it up to
capture_ifinfo.c. svn path=/trunk/; revision=43532
Diffstat (limited to 'capture_ifinfo.h')
-rw-r--r--capture_ifinfo.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/capture_ifinfo.h b/capture_ifinfo.h
index 20207aedcf..c6eff732af 100644
--- a/capture_ifinfo.h
+++ b/capture_ifinfo.h
@@ -98,6 +98,12 @@ void free_if_capabilities(if_capabilities_t *caps);
void add_interface_to_remote_list(if_info_t *if_info);
+/**
+ * Get the type of an interface, given its name and description.
+ */
+extern guint
+get_interface_type(gchar *name, gchar *description);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */