X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fquerycmds.c;h=e83d2372ec6eac38ad6c7b5707dbbdbf65f70d56;hb=refs%2Fheads%2Fupstream;hp=30a69c020aa159744cbebe6fadef7042fefca1f1;hpb=1b4e637606464f9af948a6e87879565f9fc1b726;p=ircu2.10.12-pk.git diff --git a/ircd/querycmds.c b/ircd/querycmds.c index 30a69c0..e83d237 100644 --- a/ircd/querycmds.c +++ b/ircd/querycmds.c @@ -19,8 +19,10 @@ * 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" @@ -28,9 +30,10 @@ #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));