diff options
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h index 009b8a0ea..aea355583 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -178,6 +178,13 @@ struct InitialConfig Validator validation_function; }; +struct Deprecated +{ + const char* tag; + const char* value; + const char* reason; +}; + /** Holds a core configuration item and its callbacks * where there may be more than one item */ |