summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 8d3a8fc27..e2ed1282c 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -867,7 +867,7 @@ void InspIRCd::BufferedSocketCull()
* An ircd in five lines! bwahahaha. ahahahahaha. ahahah *cough*.
*/
-int main(int argc, char ** argv)
+ENTRYPOINT
{
SI = new InspIRCd(argc, argv);
mysig = &SI->s_signal;