forked from github/server
7 lines
127 B
C
7 lines
127 B
C
#ifndef H_KERNEL_VERSION
|
|
#define H_KERNEL_VERSION
|
|
|
|
const char *eressea_version(void);
|
|
int version_no(const char *str);
|
|
|
|
#endif
|