aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/vwr.h
blob: 63c652f969eb387f8bd0cbbbe238843d67d86b5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* vwr.h
 *
 * Wiretap Library
 * Copyright (c) 1998-2010 by Tom Alexander <talexander@ixiacom.com>
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 *
 */

#ifndef __VWR_H__
#define __VWR_H__

#include "ws_symbol_export.h"

wtap_open_return_val vwr_open(wtap *wth, int *err, gchar **err_info);

#endif