major change for plugin handle

This commit is contained in:
lxsang
2016-10-29 15:02:16 +02:00
parent ccbf742713
commit 88e284e12b
19 changed files with 89 additions and 11 deletions

View File

@ -37,7 +37,7 @@ int read_buf(int fd, char*buf,int size)
buf[i] = '\0';
return i;
}
void execute(int client, const char* m, dictionary rq)
void handler(int client, const char* m, const char* rqp, dictionary rq)
{
textstream(client);
int filedes[2];