aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/sttype-set.h
blob: cec2bdb773cb80f3e2bdd863da64a8937f5ca18f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * Wireshark - Network traffic analyzer
 * By Gerald Combs <gerald@wireshark.org>
 * Copyright 2001 Gerald Combs
 *
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#ifndef STTYPE_SET_H
#define STTYPE_SET_H

#include <glib.h>

#include "ws_attributes.h"

void
sttype_set_replace_element(stnode_t *node, stnode_t *oldnode, stnode_t *newnode);

void
set_nodelist_free(GSList *params);

#endif