summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-04-15 01:10:08 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-04-15 01:10:08 +0000
commit8528562075a54dbb8fc40d100e55e6a8af8067c4 (patch)
treed8c5a88e3db5af5b94258ab57a26eed421747f16 /include/configreader.h
parenteb08ac122471f47488cf411a0d552c5285ca3e66 (diff)
See configreader.cpp line 764 to see how to declare deprecated items. This is reasonably well thought out so i see no issue with leaving items here a very long time :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9507 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h7
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
*/