mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fixed log_open() prototype
This commit is contained in:
parent
3e08f8a489
commit
65b6d2fcba
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
#ifndef LOG_H
|
||||
#define LOG_H
|
||||
|
||||
void log_open(char *filename);
|
||||
void log_open(const char *filename);
|
||||
void log_write(char c);
|
||||
void log_close(void);
|
||||
void log_exit(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue