added gnutls backend and moved backend code into new files
[ircu2.10.12-pk.git] / include / ircd.h
index 4cabc43682dc53de292dcedcbf80b1f810301e4c..789f971eb47433789457b5ebede0f59878951650 100644 (file)
@@ -1,4 +1,4 @@
-/* @file ircd.h
+/** @file ircd.h
  * @brief Global data for the daemon.
  * @version $Id$
  */
@@ -16,9 +16,9 @@ struct Daemon
 {
   int          argc;        /**< Number of command-line arguments. */
   char**       argv;        /**< Array of command-line arguments. */
-  pid_t        pid;         /**< &Daemon's process id. */
-  uid_t        uid;         /**< &Daemon's user id. */
-  uid_t        euid;        /**< &Daemon's effective user id. */
+  pid_t        pid;         /**< %Daemon's process id. */
+  uid_t        uid;         /**< %Daemon's user id. */
+  uid_t        euid;        /**< %Daemon's effective user id. */
   unsigned int bootopt;     /**< Boot option flags. */
   int          pid_fd;      /**< File descriptor for process id file. */
 };