summaryrefslogtreecommitdiff
path: root/src/cmd_connect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_connect.cpp')
-rw-r--r--src/cmd_connect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_connect.cpp b/src/cmd_connect.cpp
index 0f1e10695..63afa02a2 100644
--- a/src/cmd_connect.cpp
+++ b/src/cmd_connect.cpp
@@ -18,7 +18,7 @@
* This is handled by the server linking module, if necessary. Do not remove this stub.
*/
-extern "C" DllExport command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport Command* init_command(InspIRCd* Instance)
{
return new cmd_connect(Instance);
}