File: log.h

package info (click to toggle)
epic 3.004-17.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,192 kB
  • ctags: 3,197
  • sloc: ansic: 40,843; makefile: 530; sh: 129; perl: 17
file content (24 lines) | stat: -rw-r--r-- 462 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * log.h: header for log.c 
 *
 * Written By Michael Sandrof
 *
 * Copyright(c) 1990 
 *
 * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT 
 *
 * @(#)$Id: log.h,v 1.4 1994/07/02 02:38:10 mrg Exp $
 */

#ifndef _LOG_H_
#define _LOG_H_

#include "irc_std.h"
#include "irc.h"

extern	FILE	*do_log _((int, char *, FILE *));
extern	void	logger _((int));
extern	void	set_log_file _((char *));
extern	void	add_to_log _((FILE *, char *));

#endif /* _LOG_H_ */