source: Main/trunk/Server/tw_config.h@ 6

Last change on this file since 6 was 6, checked in by Nishi, on Sep 13, 2024 at 7:28:20 PM

vhost

  • Property svn:keywords set to Id
File size: 215 bytes
RevLine 
[4]1/* $Id: tw_config.h 6 2024-09-13 10:28:20Z nishi $ */
2
3#ifndef __TW_CONFIG_H__
4#define __TW_CONFIG_H__
5
[6]6struct tw_config_entry {};
7
8struct tw_config {
9 struct tw_config_entry root;
10};
11
12void tw_config_init(void);
[4]13int tw_config_read(const char* path);
14
15#endif
Note: See TracBrowser for help on using the repository browser.