Subversion Repositories IRCServ

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 nishi 1
/* $Id: is_chanserv.h 6 2024-08-25 19:00:39Z nishi $ */
2
 
3
#ifndef __IS_CHANSERV_H__
4
#define __IS_CHANSERV_H__
5
 
6
int is_chanserv_init(void);
7
 
8
#endif