1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 03:26:38 +02:00

Fix Windows build

This commit is contained in:
Adam
2013-10-05 13:29:34 -04:00
parent 696801430b
commit 569efbb66b
+1 -1
View File
@@ -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.