Subversion Repositories IRCServ

Rev

Details | Last modification | View Log | RSS feed

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