Deleted Added
full compact
log.c (31061) log.c (31070)
1/*
1/*
2 * $Id: log.c,v 1.18 1997/11/04 01:17:00 brian Exp $
2 * $Id: log.c,v 1.19 1997/11/09 06:22:42 brian Exp $
3 */
4
5#include <sys/param.h>
6#include <netinet/in.h>
7#include <sys/socket.h>
8
9#include <stdarg.h>
10#include <stdio.h>
11#include <syslog.h>
12
13#include "mbuf.h"
14#include "log.h"
15#include "loadalias.h"
16#include "command.h"
3 */
4
5#include <sys/param.h>
6#include <netinet/in.h>
7#include <sys/socket.h>
8
9#include <stdarg.h>
10#include <stdio.h>
11#include <syslog.h>
12
13#include "mbuf.h"
14#include "log.h"
15#include "loadalias.h"
16#include "command.h"
17#include "defs.h"
17#include "vars.h"
18
19static char *LogNames[] = {
20 "Async",
21 "Carrier",
22 "CCP",
23 "Chat",
24 "Command",

--- 196 unchanged lines hidden ---
18#include "vars.h"
19
20static char *LogNames[] = {
21 "Async",
22 "Carrier",
23 "CCP",
24 "Chat",
25 "Command",

--- 196 unchanged lines hidden ---