X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=proto.h;h=97a628bcbebbec061fa3283d2fe2a15c3f97609c;hb=d4bb133e346809bf5393c0cdb06b2a422b99dddb;hp=db5e98fa202a1cd3fa0829176258a0c2593a95b6;hpb=24fc372e71f0e7fe4d4df9605bb5808b49a2f7ff;p=rdpsrv diff --git a/proto.h b/proto.h index db5e98f..97a628b 100644 --- a/proto.h +++ b/proto.h @@ -32,7 +32,7 @@ int get_current_workarea(uint32 * x, uint32 * y, uint32 * width, uint32 * height STREAM iso_init(int length); void iso_send(STREAM s); STREAM iso_recv(void); -BOOL iso_connect(char *server, char *username); +BOOL iso_recv_connect(int server_sock); void iso_disconnect(void); /* licence.c */ void licence_process(STREAM s);