Revision: | 1.3 |
Committed: | Sun Oct 20 20:52:55 2024 UTC (3 weeks, 4 days ago) by nishi |
Content type: | text/x-c |
Branch: | MAIN |
CVS Tags: | v2_05A, HEAD |
Changes since 1.2: | +3 -3 lines |
Log Message: | fix ipv6 port [release 2.05A] |
# | User | Rev | Content |
---|---|---|---|
1 | nishi | 1.3 | /* $Id: tw_version.h 392 2024-10-20 20:52:41Z nishi $ */ |
2 | nishi | 1.1 | |
3 | #ifndef __TW_VERSION_H__ | ||
4 | #define __TW_VERSION_H__ | ||
5 | |||
6 | #ifdef __cplusplus | ||
7 | extern "C" { | ||
8 | #endif | ||
9 | |||
10 | nishi | 1.3 | #define TW_VERSION "2.05A\0" |
11 | #define TW_VERSION_TEXT "Tewi HTTPd version 2.05A" | ||
12 | nishi | 1.1 | |
13 | const char* tw_get_version(void); | ||
14 | const char* tw_get_platform(void); | ||
15 | |||
16 | #ifdef __cplusplus | ||
17 | } | ||
18 | #endif | ||
19 | |||
20 | #endif |