]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/tool/tool.h
Fix typo: Please not -> Please note
[ngircd-alex.git] / src / tool / tool.h
index ea9e96b92b1d0fa874270239ca92dea2a1e49bdc..60a65379cb81fa464f774484870eb1e4bb83d946 100644 (file)
@@ -7,13 +7,16 @@
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
- *
- * Tool functions (Header)
  */
 
-
 #ifndef __tool_h__
 #define __tool_h__
+
+/**
+ * @file
+ * Tool functions (Header)
+ */
+
 #include "portab.h"
 
 #ifdef HAVE_ARPA_INET_H
@@ -30,11 +33,10 @@ GLOBAL char *ngt_UpperStr PARAMS((char *String ));
 GLOBAL char *ngt_LowerStr PARAMS((char *String ));
 
 #ifdef SYSLOG
-GLOBAL char *ngt_SyslogFacilityName PARAMS((int Facility));
+GLOBAL const char *ngt_SyslogFacilityName PARAMS((int Facility));
 GLOBAL int ngt_SyslogFacilityID PARAMS((char *Name, int DefaultFacility));
 #endif
 
 #endif
 
-
 /* -eof- */