aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dtd_parse.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2018-04-30 21:55:30 +0200
committerAnders Broman <a.broman58@gmail.com>2018-05-01 06:55:55 +0000
commit488c831790405ac254ecbecb045c59b562cb4531 (patch)
tree5b908c4318d440d7f4dc9cd455130fd8eea56038 /epan/dtd_parse.h
parentd25e7c8d91b46fc038f5dc9f64faf11927de0b06 (diff)
Use common indenting space in heading
Change-Id: I47022f9c7d568ca6d9705ba63c669a980822818a Reviewed-on: https://code.wireshark.org/review/27229 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dtd_parse.h')
-rw-r--r--epan/dtd_parse.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/epan/dtd_parse.h b/epan/dtd_parse.h
index 7cd3fcebc9..c603cba704 100644
--- a/epan/dtd_parse.h
+++ b/epan/dtd_parse.h
@@ -1,16 +1,16 @@
/* dtd_parse.h
-* an XML dissector for Wireshark
-* header file to declare functions defined in lexer and used in parser,
-* or vice versa
-*
-* Copyright 2004, Luis E. Garcia Ontanon <luis@ontanon.org>
-*
-* Wireshark - Network traffic analyzer
-* By Gerald Combs <gerald@wireshark.org>
-* Copyright 1998 Gerald Combs
-*
-* SPDX-License-Identifier: GPL-2.0-or-later
-*/
+ * an XML dissector for Wireshark
+ * header file to declare functions defined in lexer and used in parser,
+ * or vice versa
+ *
+ * Copyright 2004, Luis E. Garcia Ontanon <luis@ontanon.org>
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
extern void DtdParse(void*,int,dtd_token_data_t*,dtd_build_data_t*);
extern void *DtdParseAlloc(void *(*)(gsize));