mirror of
https://github.com/anope/anope.git
synced 2026-07-05 03:33:12 +02:00
Fix some oversights from previous commits.
This commit is contained in:
@@ -66,8 +66,6 @@ extern CoreExport void OnStartup();
|
||||
extern CoreExport void OnShutdown();
|
||||
extern CoreExport USHORT WindowsGetLanguage(const Anope::string &lang);
|
||||
extern CoreExport int gettimeofday(timeval *tv, void *);
|
||||
extern CoreExport Anope::string GetWindowsVersion();
|
||||
extern CoreExport bool SupportedWindowsVersion();
|
||||
extern int setenv(const char *name, const char *value, int overwrite);
|
||||
extern int unsetenv(const char *name);
|
||||
extern int mkstemp(char *input);
|
||||
|
||||
Reference in New Issue
Block a user