Subversion Repositories IRCServ

Rev

Details | Last modification | View Log | RSS feed

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