replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
[metze/wireshark/wip.git] / wiretap / vwr.h
1 /* vwr.h
2  *
3  * Wiretap Library
4  * Copyright (c) 1998-2010 by Tom Alexander <talexander@ixiacom.com>
5  *
6  * SPDX-License-Identifier: GPL-2.0-or-later
7  *
8  */
9
10 #ifndef __VWR_H__
11 #define __VWR_H__
12
13 #include "ws_symbol_export.h"
14
15 wtap_open_return_val vwr_open(wtap *wth, int *err, gchar **err_info);
16
17 #endif