summaryrefslogtreecommitdiff
path: root/include/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/modules.h b/include/modules.h
index a12f40730..8b2452494 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1615,6 +1615,9 @@ class CoreExport ModuleManager
/** Register a service provided by a module */
void AddService(ServiceProvider&);
+ /** Unregister a service provided by a module */
+ void DelService(ServiceProvider&);
+
inline void AddServices(ServiceProvider** list, int count)
{
for(int i=0; i < count; i++)