Revert "UNUSED enc_key_id_{equal,hash}"
[wireshark-sm.git] / wsutil / interface.h
blob5c431bfa0e3c0a6e48af9777f5e44dcb8d654f19
1 /** @file
2 * Utility functions to get infos from interfaces
4 * Copyright 2016, Dario Lombardo
6 * Wireshark - Network traffic analyzer
7 * By Gerald Combs <gerald@wireshark.org>
8 * Copyright 1998 Gerald Combs
10 * SPDX-License-Identifier: GPL-2.0-or-later
13 #ifndef _INTERFACE_H
14 #define _INTERFACE_H
16 #include <glib.h>
17 #include "ws_symbol_export.h"
19 /* Return a list of IPv4/IPv6 addresses for local interfaces */
20 WS_DLL_PUBLIC
21 GSList* local_interfaces_to_list(void);
23 #endif
26 * Editor modelines - https://www.wireshark.org/tools/modelines.html
28 * Local variables:
29 * c-basic-offset: 4
30 * tab-width: 8
31 * indent-tabs-mode: t
32 * End:
34 * vi: set shiftwidth=4 tabstop=8 noexpandtab:
35 * :indentSize=4:tabSize=8:noTabs=false: