X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fquerycmds.c;h=e83d2372ec6eac38ad6c7b5707dbbdbf65f70d56;hb=refs%2Fheads%2Fupstream;hp=95c9b9138116be9130bf2ac6100d2fe20e7f99ec;hpb=ae91ef6320f611af74e70a0db2620c338fbaa7d5;p=ircu2.10.12-pk.git diff --git a/ircd/querycmds.c b/ircd/querycmds.c index 95c9b91..e83d237 100644 --- a/ircd/querycmds.c +++ b/ircd/querycmds.c @@ -19,16 +19,21 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - * $Id$ */ +/** @file + * @brief Implementation of client counting functions. + * @version $Id$ + */ +#include "config.h" + #include "querycmds.h" #include -/* Counters of client/servers etc. */ +/** Counters of clients, servers etc. */ struct UserStatistics UserStats; +/** Initialize global #UserStats variable. */ void init_counters(void) { memset(&UserStats, 0, sizeof(UserStats));