Update arcfour example module to use exported dcc_chat_socketread() callback

This allows it to actually connect OK, but it's still nonfunctional at the moment.
This commit is contained in:
Kevin Easton
2017-12-20 18:10:02 +11:00
parent d7688075b6
commit 2c94010d65
3 changed files with 10 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ typedef struct {
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);
static int dcc_schat_input (int, int, char *, int, int);
static int start_dcc_crypt (int, int, unsigned long, int);
static int end_dcc_crypt (int, unsigned long, int);
void dcc_sdcc (char *, char *);