1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00

Fix crash on Windows because of missing MODVAR / __declspec(dllimport)

on 'known_users', which is accessed by the reputation module.
This commit is contained in:
Bram Matthys
2026-03-11 14:38:05 +01:00
parent c3600f0f3a
commit bcaaaa5949
+1 -1
View File
@@ -1541,4 +1541,4 @@ extern OutgoingWebRequest *duplicate_outgoingwebrequest(OutgoingWebRequest *orig
extern void url_callback(OutgoingWebRequest *r, const char *file, const char *memory, int memory_len, const char *errorbuf, int cached, void *ptr);
extern const char *synchronous_http_request(const char *url, int max_redirects, int connect_timeout, int transfer_timeout);
extern int update_known_user_cache(Client *client);
extern SecurityGroup *known_users;
extern MODVAR SecurityGroup *known_users;