blob: d20741689bcbe6eddf9c17e5f13fc7596023ae56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/** @file
*
* 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
|