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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user