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