regen pidl all: rm epan/dissectors/pidl/*-stamp; pushd epan/dissectors/pidl/ && make...
[wireshark-sm.git] / wiretap / radcom.h
blobfdbf478a7c594c97c7cd13ee57e78393fa73685f
1 /** @file
3 * Wiretap Library
4 * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
6 * SPDX-License-Identifier: GPL-2.0-or-later
8 */
10 #ifndef __RADCOM_H__
11 #define __RADCOM_H__
13 #include <glib.h>
14 #include "wtap.h"
15 #include "ws_symbol_export.h"
17 wtap_open_return_val radcom_open(wtap *wth, int *err, char **err_info);
19 #endif