summaryrefslogtreecommitdiff
path: root/include/xline.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-10 17:18:15 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-10 17:18:15 +0000
commit335ab9f04137a79711e6aeac9d0eacd928204af5 (patch)
treecc0a3e1e42c9236c98aa624886a43ec3945e0429 /include/xline.h
parent29537d94fea54256b537e1301527f71f04ef97c9 (diff)
Mass tidyup of ServerConfig::Read and stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3634 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/xline.h')
-rw-r--r--include/xline.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/xline.h b/include/xline.h
index 7fd02e6ac..a6c708f9a 100644
--- a/include/xline.h
+++ b/include/xline.h
@@ -123,7 +123,13 @@ class QLine : public XLine
bool is_global;
};
-void read_xline_defaults();
+bool InitXLine(const char* tag);
+bool DoneXLine(const char* tag);
+
+bool DoZLine(const char* tag, char** entries, void** values, int* types);
+bool DoQLine(const char* tag, char** entries, void** values, int* types);
+bool DoKLine(const char* tag, char** entries, void** values, int* types);
+bool DoELine(const char* tag, char** entries, void** values, int* types);
bool add_gline(long duration, const char* source, const char* reason, const char* hostmask);
bool add_qline(long duration, const char* source, const char* reason, const char* nickname);