Codebase list atop / lintian-fixes/main version.h
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

version.h @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
7
8
9
#ifndef __ATOP_VERSION__
#define __ATOP_VERSION__

#define	ATOPVERS	"2.9.0"

char *getstrvers(void);
unsigned short getnumvers(void);

#endif