aboutsummaryrefslogtreecommitdiff
path: root/src/rcfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rcfile.h')
-rw-r--r--src/rcfile.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/rcfile.h b/src/rcfile.h
index 99d3679..51811aa 100644
--- a/src/rcfile.h
+++ b/src/rcfile.h
@@ -2,7 +2,7 @@
2 rcfile.h 2 rcfile.h
3 3
4 This file is part of GNU Anubis. 4 This file is part of GNU Anubis.
5 Copyright (C) 2003-2014 The Anubis Team. 5 Copyright (C) 2003-2024 The Anubis Team.
6 6
7 GNU Anubis is free software; you can redistribute it and/or modify it 7 GNU Anubis is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License as published by the 8 under the terms of the GNU General Public License as published by the
@@ -113,10 +113,9 @@ struct rc_node
113 enum rc_node_type type; /* Node type */ 113 enum rc_node_type type; /* Node type */
114 union 114 union
115 { 115 {
116 RC_EXPR expr; 116 RC_EXPR vexpr;
117 RC_BOOL bool; 117 RC_BOOL vbool;
118 } 118 } v;
119 v;
120}; 119};
121 120
122struct rc_cond 121struct rc_cond
@@ -213,7 +212,7 @@ typedef void (*RC_ERROR_PRINTER) (void *data,
213 const char *fmt, va_list ap); 212 const char *fmt, va_list ap);
214 213
215/* Global data */ 214/* Global data */
216struct rc_loc rc_locus; 215extern struct rc_loc rc_locus;
217 216
218/* Function declarations */ 217/* Function declarations */
219void verbatim (void); 218void verbatim (void);

Return to:

Send suggestions and report system problems to the System administrator.