1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-30 01:26:38 +02:00
Files
unrealircd/src
Bram Matthys 4f0f8478cc Update HOOKTYPE_CHANNEL_SYNCED to get rid of compiler warning.
Can't safely use shorts with variable argument functions I think,
or maybe only with reduced type checking which is not what we want.
-void hooktype_channel_synced(aChannel *chptr, unsigned short merge, unsigned short removetheirs, unsigned short nomode);
+void hooktype_channel_synced(aChannel *chptr, int merge, int removetheirs, int nomode);
2018-04-22 16:02:13 +02:00
..
2015-10-10 17:44:52 +02:00
2015-07-14 12:27:20 +02:00
2018-04-22 14:36:21 +02:00
2015-05-20 02:33:48 -04:00
2016-12-30 15:30:59 +01:00
2015-07-10 15:07:17 +02:00
2017-12-29 09:34:31 +01:00