mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-01 04:04:28 +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_
|
||||
#define _LOG_H_
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#define LOG_FILENAME "/tmp/emp.log"
|
||||
|
||||
extern void log_write(int, const char *, ...);
|
||||
|
Loading…
Reference in New Issue
Block a user