summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/inspircd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index 3978eebf0..5a8dbcf97 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -126,6 +126,7 @@ class InspIRCd
void MoveAfter(std::string modulename, std::string after);
void MoveBefore(std::string modulename, std::string before);
InspIRCd(int argc, char** argv);
+ void DoOneIteration(bool process_module_sockets);
int Run();
};