Fix up some type mismatch errors in the arcfour module
This commit is contained in:
@@ -5,7 +5,7 @@ typedef struct {
|
||||
} arckey;
|
||||
|
||||
/* Prototypes */
|
||||
static inline void arcfourInit(arckey *, char *, unsigned short);
|
||||
static inline void arcfourInit(arckey *, void *, unsigned short);
|
||||
static inline char *arcfourCrypt(arckey *, char *, int);
|
||||
static int send_dcc_encrypt (int, int, char *, int);
|
||||
static int get_dcc_encrypt (int, int, char *, int, int);
|
||||
|
||||
Reference in New Issue
Block a user