fixed +a (argc = 0) cache (cache->nick needs to be the nick of the user executing...
[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