]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/client.c
Make sourcecode compatible with ansi2knr again
[ngircd-alex.git] / src / ngircd / client.c
index 033478356ea2e9ddadc963fc2493476ad0b86810..739c5ea5f77e64a95c8e4bc25dd9bfa8aed0f35b 100644 (file)
@@ -363,7 +363,8 @@ Client_SetUser( CLIENT *Client, const char *User, bool Idented )
  * @param User User name to set.
  */
 GLOBAL void
-Client_SetOrigUser(CLIENT UNUSED *Client, const char UNUSED *User) {
+Client_SetOrigUser(CLIENT UNUSED *Client, const char UNUSED *User)
+{
        assert(Client != NULL);
        assert(User != NULL);