]> git.sesse.net Git - rdpsrv/blobdiff - proto.h
Lots of changes: Fix Valgrind hits, send RESULT on license, try to send (encrypted...
[rdpsrv] / proto.h
diff --git a/proto.h b/proto.h
index ac1baacf88a73bdd608e17ece2bd36e9d4f62225..ea5eeda78f6c7560faefbcc719a90c05c055645a 100644 (file)
--- a/proto.h
+++ b/proto.h
@@ -36,6 +36,7 @@ BOOL iso_recv_connect(int server_sock);
 void iso_disconnect(void);
 /* licence.c */
 void licence_process(STREAM s);
+void send_authreq();
 /* mcs.c */
 STREAM mcs_init(int length);
 BOOL mcs_recv_connect_initial();