Subversion Repositories IRCServ

Rev

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

Rev Author Line No. Line
6 nishi 1
/* $Id: is_ircd.h 7 2024-08-25 20:49:55Z nishi $ */
2
 
3
#ifndef __IS_IRCD_H__
4
#define __IS_IRCD_H__
5
 
7 nishi 6
int is_ircd_connect(void);
6 nishi 7
 
8
#endif