summaryrefslogtreecommitdiff
path: root/include/anope.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/anope.h')
-rw-r--r--include/anope.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/anope.h b/include/anope.h
index 6c31c879f..664baeb69 100644
--- a/include/anope.h
+++ b/include/anope.h
@@ -539,7 +539,7 @@ namespace Anope
/** Generate a string of random letters and numbers
* @param len The length of the string returned
*/
- extern Anope::string Random(size_t len);
+ extern CoreExport Anope::string Random(size_t len);
}
/** sepstream allows for splitting token seperated lists.