summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-02-29 23:13:07 +0000
committerSadie Powell <sadie@witchery.services>2024-02-29 23:18:46 +0000
commit4e0f94bcce9809a993aeeafd73eb7f27ed8e6398 (patch)
tree4ef3a910398a96c1abbdaf88b994821332f29136
parent1c1645096f953aa06b5809be6b302015b5bc73d6 (diff)
Fix some oversights from previous commits.
-rw-r--r--include/users.h3
-rw-r--r--src/win32/anope_windows.h2
2 files changed, 1 insertions, 4 deletions
diff --git a/include/users.h b/include/users.h
index 4bf1c100f..e84d5336f 100644
--- a/include/users.h
+++ b/include/users.h
@@ -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
diff --git a/src/win32/anope_windows.h b/src/win32/anope_windows.h
index e7210b020..fe75668bc 100644
--- a/src/win32/anope_windows.h
+++ b/src/win32/anope_windows.h
@@ -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);