Rename crypt_msg() / decrypt_msg() to sed_encrypt_msg() / sed_decrypt_msg() and move to ctcp.c
These functions are really specific to parsing and creating CTCP SED messages, which means they belong in ctcp.c with the other CTCP code. Also remove unnecessary inclusions of encrypt.h and ctcp.h.
This commit is contained in:
@@ -27,7 +27,6 @@ CVS_REVISION(output_c)
|
||||
#include "screen.h"
|
||||
#include "server.h"
|
||||
#include "hook.h"
|
||||
#include "ctcp.h"
|
||||
#include "log.h"
|
||||
#include "misc.h"
|
||||
#define MAIN_SOURCE
|
||||
|
||||
Reference in New Issue
Block a user