aboutsummaryrefslogtreecommitdiffstats
path: root/ui/iface_lists.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-08-01 23:35:18 +0000
committerGerald Combs <gerald@wireshark.org>2012-08-01 23:35:18 +0000
commitff2977fdd677207187418b50d8a8c5d66e2bf916 (patch)
tree39427c712113e69a5dc705cd8f74dba399524e2f /ui/iface_lists.h
parentbd855826a9b15000f8ebf5451b42360abbc4684f (diff)
It looks like we haven't inserted anything into the cap_settings_history
hash table since r40715. Remove it and its associated functions. C++-ize iface_lists.h. svn path=/trunk/; revision=44197
Diffstat (limited to 'ui/iface_lists.h')
-rw-r--r--ui/iface_lists.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/iface_lists.h b/ui/iface_lists.h
index cd528f603b..e9287b821c 100644
--- a/ui/iface_lists.h
+++ b/ui/iface_lists.h
@@ -26,6 +26,10 @@
#ifndef __IFACE_LISTS_H__
#define __IFACE_LISTS_H__
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
#ifdef HAVE_LIBPCAP
/*
* Used when sorting an interface list into alphabetical order by
@@ -47,4 +51,8 @@ extern void scan_local_interfaces(void);
extern void hide_interface(gchar* new_hide);
#endif /* HAVE_LIBPCAP */
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
#endif /* __IFACE_LISTS_H__ */