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


Ignore:
Timestamp:
Sep 23, 2024, 8:31:18 PM (8 weeks ago)
Author:
Nishi
Message:

adding cplusplus thing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/tw_config.h

    r128 r140  
    33#ifndef __TW_CONFIG_H__
    44#define __TW_CONFIG_H__
     5
     6#ifdef __cplusplus
     7extern "C" {
     8#endif
    59
    610#include "tw_http.h"
     
    9296bool tw_permission_allowed(const char* path, SOCKADDR addr, struct tw_http_request req, struct tw_config_entry* vhost);
    9397
     98#ifdef __cplusplus
     99}
    94100#endif
     101
     102#endif
Note: See TracChangeset for help on using the changeset viewer.