]> jfr.im git - solanum.git/blobdiff - include/sslproc.h
ircd: fix up some iwarn() calls which referred to L_MAIN
[solanum.git] / include / sslproc.h
index b152d7eb77bbd4edd642337fb5b9c26a65866d95..d3832f2b1edfbf9cb7fc632646b6d3068304a14a 100644 (file)
@@ -17,8 +17,6 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
- *
- *  $Id: sslproc.h 25179 2008-03-30 16:34:57Z androsyn $
  */
 
 #ifndef INCLUDED_sslproc_h
@@ -42,7 +40,7 @@ void start_zlib_session(void *data);
 void send_new_ssl_certs(const char *ssl_cert, const char *ssl_private_key, const char *ssl_dh_params, const char *ssl_cipher_list);
 void ssld_decrement_clicount(ssl_ctl_t *ctl);
 int get_ssld_count(void);
-void ssld_foreach_info(void (*func)(void *data, pid_t pid, int cli_count, enum ssld_status status), void *data);
+void ssld_foreach_info(void (*func)(void *data, pid_t pid, int cli_count, enum ssld_status status, const char *version), void *data);
 
 #endif