aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/vwr.h
blob: 4df3c33d174604fc07c268a12fb12ce09cc465bd (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+
 *
 */

#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