]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/client.c
constify Client_Search() argument.
[ngircd-alex.git] / src / ngircd / client.c
index 24b24c78a9cbf789ba1fc2e5e071cd74b5dcf8b9..1b72adc8bb92a49db74855f611d94ed873545f80 100644 (file)
@@ -530,7 +530,7 @@ Client_ModeDel( CLIENT *Client, char Mode )
 
 
 GLOBAL CLIENT *
-Client_Search( char *Nick )
+Client_Search( const char *Nick )
 {
        /* return Client-Structure that has the corresponding Nick.
         * If none is found, return NULL.