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
@@ -4,3 +4,3 @@
This file is part of GNU Anubis.
- Copyright (C) 2003-2014 The Anubis Team.
+ Copyright (C) 2003-2024 The Anubis Team.
@@ -115,6 +115,5 @@ struct rc_node
{
- RC_EXPR expr;
- RC_BOOL bool;
- }
- v;
+ RC_EXPR vexpr;
+ RC_BOOL vbool;
+ } v;
};
@@ -215,3 +214,3 @@ typedef void (*RC_ERROR_PRINTER) (void *data,
/* Global data */
-struct rc_loc rc_locus;
+extern struct rc_loc rc_locus;

Return to:

Send suggestions and report system problems to the System administrator.