Subversion Repositories IRCServ

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5 nishi 1
/* $Id: is_log.h 5 2024-08-25 11:58:10Z nishi $ */
2
 
3
#ifndef __IS_LOG_H__
4
#define __IS_LOG_H__
5
 
6
void is_log(const char* txt);
7
 
8
#endif