1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-29 12:36:37 +02:00
Files
unrealircd/include
alice 1d34753f18 Fix minor compiler warning on conflicting types for Auth_Hash (PR #261)
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);
2023-10-05 05:43:17 +00:00
..
2023-10-04 10:22:43 +02:00
2000-02-28 22:45:44 +00:00
2004-05-13 16:39:23 +00:00
2023-10-04 07:11:36 +02:00