/* wimax_prefs.h * * Wireshark - Network traffic analyzer * By Gerald Combs * Copyright 1999 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __WIMAX_PREFS_H__ #define __WIMAX_PREFS_H__ /* * Preferences used in more than one source file. */ extern bool include_cor2_changes; extern unsigned global_cid_max_basic; #endif