aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/sttype-set.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dfilter/sttype-set.h')
-rw-r--r--epan/dfilter/sttype-set.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/epan/dfilter/sttype-set.h b/epan/dfilter/sttype-set.h
index 53ac6b463f..7b2670bf10 100644
--- a/epan/dfilter/sttype-set.h
+++ b/epan/dfilter/sttype-set.h
@@ -1,4 +1,5 @@
-/*
+/** @file
+ *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2001 Gerald Combs
@@ -10,11 +11,11 @@
#ifndef STTYPE_SET_H
#define STTYPE_SET_H
-#include <glib.h>
+#include <wireshark.h>
-#include "ws_attributes.h"
+#include "syntax-tree.h"
-gboolean
+bool
sttype_set_convert_to_range(stnode_t **node_left, stnode_t **node_right);
void