Far-reaching changes to make BitchX compatible with 64 bit architectures
like x86-64, where sizeof(int) != sizeof (void *). This involves correctly casting every function pointer from the global table to the correct function type, which has the added benefit of allowing type-checking of function arguments and return values. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@26 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -74,7 +74,7 @@ void move_window_channels (Window *);
|
||||
void reassign_window_channels (Window *);
|
||||
void check_channel_limits();
|
||||
void BX_clear_bans(ChannelList *);
|
||||
char *BX_compress_modes(ChannelList *, int, char *, char*);
|
||||
char *BX_do_compress_modes(ChannelList *, int, char *, char*);
|
||||
int BX_got_ops(int, ChannelList *);
|
||||
void BX_flush_channel_stats (void);
|
||||
char *BX_get_channel_bans(char *, int, int);
|
||||
|
||||
Reference in New Issue
Block a user