Compila rnetserver e rnetclient.
[cascardo/rnetproxy.git] / hcconn_ssl.h
index 019c053..6096f0c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2009  Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
+ *  Copyright (C) 2009  Thadeu Lima de Souza Cascardo <cascardo@minaslivre.org>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -24,5 +24,7 @@
 
 int hc_conn_set_driver_ssl_client (HCConn *, HCConn *);
 int hc_conn_set_driver_ssl_server (HCConn *, HCConn *);
+void * hc_conn_ssl_server_init_credentials (char *, char *);
+void hc_conn_ssl_server_set_priority (HCConn *, char *);
 
 #endif