Subversion Repositories MLServ

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4 nishi 1
/* $Id: cm_version.h 4 2024-09-24 18:35:15Z nishi $ */
2
 
3
#ifndef __CM_VERSION_H__
4
#define __CM_VERSION_H__
5
 
6
const char* cm_get_version(void);
7
 
8
#endif