mirror of
https://github.com/litespeedtech/openlitespeed.git
synced 2026-06-19 07:37:10 +00:00
23 lines
331 B
C
23 lines
331 B
C
/*
|
|
* Copyright 2002-2024 Lite Speed Technologies Inc, All Rights Reserved.
|
|
* LITE SPEED PROPRIETARY/CONFIDENTIAL.
|
|
*/
|
|
#ifndef _LSNOSANDBOX_H
|
|
#define _LSNOSANDBOX_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
/**
|
|
* @file lsnosandbox.h
|
|
* @brief header file for lsnosandbox.c
|
|
*/
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif // c++
|
|
#endif // guard
|