Changeset 6 in Main for trunk/Server/tw_config.h


Ignore:
Timestamp:
Sep 13, 2024, 7:28:20 PM (2 months ago)
Author:
Nishi
Message:

vhost

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/tw_config.h

    r4 r6  
    44#define __TW_CONFIG_H__
    55
     6struct tw_config_entry {};
     7
     8struct tw_config {
     9        struct tw_config_entry root;
     10};
     11
     12void tw_config_init(void);
    613int tw_config_read(const char* path);
    714
Note: See TracChangeset for help on using the changeset viewer.