Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
semcheck.h
1 /*
2  * Wireshark - Network traffic analyzer
3  * By Gerald Combs <gerald@wireshark.org>
4  * Copyright 2001 Gerald Combs
5  *
6  *
7  * SPDX-License-Identifier: GPL-2.0-or-later
8  */
9 
10 #ifndef SEMCHECK_H
11 #define SEMCHECK_H
12 
13 gboolean
14 dfw_semcheck(dfwork_t *dfw, GPtrArray *deprecated);
15 
16 
17 #endif
Definition: dfilter-int.h:32