summaryrefslogtreecommitdiff
path: root/include/xline.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2015-11-04 20:51:02 -0500
committerAdam <Adam@anope.org>2015-11-04 20:51:02 -0500
commit4c1cc0e05d49b494b1462dba1d51d31cec384436 (patch)
treeec369090936313f8be8bedc58ac9419d6a302ffc /include/xline.h
parent80c332bc410cf08b9bef8995fe00441c6e736baa (diff)
Cleanup after xlines if directly removed
Diffstat (limited to 'include/xline.h')
-rw-r--r--include/xline.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xline.h b/include/xline.h
index 2eae08dc8..50d17464f 100644
--- a/include/xline.h
+++ b/include/xline.h
@@ -113,6 +113,8 @@ class CoreExport XLineManager : public Service
*/
void AddXLine(XLine *x);
+ void RemoveXLine(XLine *);
+
/** Delete an entry from this XLineManager
* @param x The entry
* @return true if the entry was found and deleted, else false