diff options
Diffstat (limited to 'include/commands/cmd_stats.h')
-rw-r--r-- | include/commands/cmd_stats.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands/cmd_stats.h b/include/commands/cmd_stats.h index 6b090ef60..0aa98e359 100644 --- a/include/commands/cmd_stats.h +++ b/include/commands/cmd_stats.h @@ -23,7 +23,7 @@ #include "users.h" #include "channels.h" -void DoStats(InspIRCd* Instance, char statschar, userrec* user, string_list &results); +DllExport void DoStats(InspIRCd* Instance, char statschar, userrec* user, string_list &results); /** Handle /STATS */ |