/* vwr.h * * Wiretap Library * Copyright (c) 1998-2010 by Tom Alexander * * 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