diff options
Diffstat (limited to 'include/xline.h')
-rw-r--r-- | include/xline.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/xline.h b/include/xline.h index d1fe0e882..4be5922d0 100644 --- a/include/xline.h +++ b/include/xline.h @@ -517,6 +517,10 @@ class CoreExport XLineManager : public classbase */ XLineLookup* GetAll(const std::string &type); + /** Remove all lines of a certain type. + */ + void DelAll(const std::string &type); + /** Return all known types of line currently stored by the XLineManager. * @return A vector containing all known line types currently stored in the main list. */ |