mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-29 12:36:37 +02:00
1d34753f18
auth.c:569:13: error: conflicting types for 'Auth_Hash' due to enum/integer mismatch; have 'const char *(AuthenticationType, const char *)' [-Werror=enum-int-mismatch] 569 | const char *Auth_Hash(AuthenticationType type, const char *text) In file included from include/unrealircd.h:32, from auth.c:21: include/h.h:547:26: note: previous declaration of 'Auth_Hash' with type 'const char *(int, const char *)' 547 | extern const char *Auth_Hash(int type, const char *para);