aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/hcidump.h
blob: 6d497303bbff74f9e31a498df6e747ab7de66359 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* hcidump.h
 *
 * Copyright (c) 2003 by Marcel Holtmann <marcel@holtmann.org>
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 *
 */

#ifndef __HCIDUMP_H__
#define __HCIDUMP_H__

#include <glib.h>
#include "wtap.h"
#include "ws_symbol_export.h"

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

#endif