1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 04:16:39 +02:00

Moved some global functions to be member functions and misc cleanup

This commit is contained in:
Adam
2011-04-25 03:16:57 -04:00
parent 6922bd239c
commit 076ebafa1b
30 changed files with 229 additions and 306 deletions
-4
View File
@@ -209,10 +209,6 @@ static void write_pidfile()
/*************************************************************************/
/* Overall initialization routines. Return 0 on success, -1 on failure. */
int openlog_failed = 0, openlog_errno = 0;
void Init(int ac, char **av)
{
int started_from_term = isatty(0) && isatty(1) && isatty(2);