1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-01 18:26:38 +02:00
Files
unrealircd/include
Bram Matthys 8c26cec5fc Fix 'const' in various functions: various arguments were const char *
in the EFunction but not in the actual function. That's bad since it
means the "const guarantee" got lost. And one or two similar cases with
incorrect parameter types and mismatching return types. This was
found with some analyzer, we had no bugreports with regards to this.
2025-09-14 15:01:39 +02:00
..
2025-09-14 14:57:43 +02:00
2025-07-12 18:06:52 +02:00
2000-02-28 22:45:44 +00:00
2004-05-13 16:39:23 +00:00
2025-07-13 11:39:00 +02:00