diff options
author | Adam <Adam@anope.org> | 2015-11-04 20:51:02 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2015-11-04 20:51:02 -0500 |
commit | 4c1cc0e05d49b494b1462dba1d51d31cec384436 (patch) | |
tree | ec369090936313f8be8bedc58ac9419d6a302ffc /include | |
parent | 80c332bc410cf08b9bef8995fe00441c6e736baa (diff) |
Cleanup after xlines if directly removed
Diffstat (limited to 'include')
-rw-r--r-- | include/xline.h | 2 |
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 |