1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 19:14:47 +02:00

Fix some oversights from previous commits.

This commit is contained in:
Sadie Powell
2024-02-29 23:13:07 +00:00
parent 1c1645096f
commit 4e0f94bcce
2 changed files with 1 additions and 4 deletions
+1 -2
View File
@@ -243,8 +243,7 @@ public:
*/
bool HasPriv(const Anope::string &privstr);
/** Update the last usermask stored for a user, and check to see if they are recognized
*/
/** Update the last usermask stored for a user. */
void UpdateHost();
/** Check if the user has a mode
-2
View File
@@ -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);