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:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user