summaryrefslogtreecommitdiff
path: root/src/cmd_restart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_restart.cpp')
-rw-r--r--src/cmd_restart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_restart.cpp b/src/cmd_restart.cpp
index b9afd7c9d..8da98f77e 100644
--- a/src/cmd_restart.cpp
+++ b/src/cmd_restart.cpp
@@ -14,7 +14,7 @@
#include "inspircd.h"
#include "commands/cmd_restart.h"
-extern "C" DllExport command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport Command* init_command(InspIRCd* Instance)
{
return new cmd_restart(Instance);
}