mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-29 06:36:39 +02:00
4f0f8478cc
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);