fixed ssl.c bug when ssl backend returns IO_BLOCKED but IO engine doesn't get informe...
[ircu2.10.12-pk.git] / include / version.h
1 /*
2  * version.h
3  *
4  * $Id: version.h 27 2000-03-18 05:20:30Z bleep $
5  */
6 #ifndef INCLUDED_version_h
7 #define INCLUDED_version_h
8
9 extern const char *version;
10 extern const char *creation;
11 extern const char *infotext[];
12 extern const char *generation;
13 extern const char *svn_srev;
14
15 #endif /* INCLUDED_version_h */