Subversion Repositories IRCServ

Rev

Rev 6 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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