]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/conn.h
add const qualifier to pointers where possible
[ngircd-alex.git] / src / ngircd / conn.h
index 450d3d10497c7fffbff4fdf013ff2b680156fa1c..28bbda357860efdcbf938afc127b296c480bd389 100644 (file)
@@ -108,7 +108,7 @@ GLOBAL void Conn_Handler PARAMS(( void ));
 
 GLOBAL bool Conn_WriteStr PARAMS(( CONN_ID Idx, char *Format, ... ));
 
-GLOBAL void Conn_Close PARAMS(( CONN_ID Idx, char *LogMsg, char *FwdMsg, bool InformClient ));
+GLOBAL void Conn_Close PARAMS(( CONN_ID Idx, const char *LogMsg, const char *FwdMsg, bool InformClient ));
 
 GLOBAL void Conn_SyncServerStruct PARAMS(( void ));