dcerpc-nt: make use of cb_str_postprocess_options() in cb_byte_array_postprocess()
[wireshark-sm.git] / wiretap / k12.h
blob30884396788f2868c9f10b588b3a5e360730f398
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
7 */
9 #ifndef __W_K12_H__
10 #define __W_K12_H__
12 #include <glib.h>
13 #include "wtap.h"
15 wtap_open_return_val k12_open(wtap *wth, int *err, char **err_info);
16 wtap_open_return_val k12text_open(wtap *wth, int *err, char **err_info);
18 #endif