]> arthur.barton.de Git - ngircd.git/commit
Don't use PARAMS() macro for function implementations
authorAlexander Barton <alex@barton.de>
Sun, 24 Oct 2010 11:41:51 +0000 (13:41 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 24 Oct 2010 11:41:51 +0000 (13:41 +0200)
commitf1267ca375b0b754bb466e6c95713566072d3345
treef3e5dcaebde9633a1e4498d0589110f4ceb274be
parentccb175dce6dc257c9baf561e8a9f704f26e49f17
Don't use PARAMS() macro for function implementations

The PARAMS() macro is only needed for function prototypes;
don't use it for the actual implementations.
src/ngircd/irc-info.c