mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-17 15:07:10 +00:00
We need to know what a FILE is
This commit is contained in:
parent
102378640a
commit
079cd9f096
@ -1,6 +1,8 @@
|
|||||||
#ifndef _LOG_H_
|
#ifndef _LOG_H_
|
||||||
#define _LOG_H_
|
#define _LOG_H_
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#define LOG_FILENAME "/tmp/emp.log"
|
#define LOG_FILENAME "/tmp/emp.log"
|
||||||
|
|
||||||
extern void log_write(int, const char *, ...);
|
extern void log_write(int, const char *, ...);
|
||||||
|
Loading…
Reference in New Issue
Block a user