Do not leak connection class structures after they are removed from ircd.conf.
[ircu2.10.12-pk.git] / include / s_stats.h
index a0de3e0c68ebd78b64c7e03f07046ab7eea57c6d..8408d9a243275c55cb555c3a34d107fa0ecaca3a 100644 (file)
  * 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 Report configuration lines and other statistics from this server.
+ * @version $Id$
  */
 
 #ifndef INCLUDED_s_stats_h
@@ -42,7 +44,7 @@ typedef void (*StatFunc)(struct Client *cptr, const struct StatDesc *sd, char *p
 /** Statistics entry. */
 struct StatDesc
 {
-  char         sd_c;           /**< stats character (or '\0') */
+  char         sd_c;           /**< stats character (or '\\0') */
   char        *sd_name;        /**< full name for stats */
   unsigned int sd_flags;       /**< flags to control the stats */
   enum Feature sd_control;     /**< feature controlling stats */