source: Main/trunk/Server/tw_version.h@ 31

Last change on this file since 31 was 18, checked in by Nishi, on Sep 14, 2024 at 9:42:40 AM

can return response now

  • Property svn:keywords set to Id
File size: 140 bytes
RevLine 
[3]1/* $Id: tw_version.h 18 2024-09-14 00:42:40Z nishi $ */
2
3#ifndef __TW_VERSION_H__
4#define __TW_VERSION_H__
5
6const char* tw_get_version(void);
[18]7const char* tw_get_platform(void);
[3]8
9#endif
Note: See TracBrowser for help on using the repository browser.