added some code & compiler information to cmd_netinfo
[NeonServV5.git] / version.h
1 #ifndef _version_h
2 #define _version_h
3
4 #include "main.h"
5
6 extern const char *compilation;
7 extern const char *creation;
8 extern const char *revision;
9 extern const char *codelines;
10
11 #endif