Subversion Repositories IRCServ

Rev

Rev 5 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 nishi 1
/* $Id: is_log.h 7 2024-08-25 20:49:55Z nishi $ */
2
 
3
#ifndef __IS_LOG_H__
4
#define __IS_LOG_H__
5
 
7 nishi 6
#include <stdarg.h>
7
 
5 nishi 8
void is_log(const char* txt);
9
 
10
#endif