HEX
Server: Apache/2.4.65 (Unix) OpenSSL/1.1.1k
System: Linux f37.eelserver.com 4.18.0-553.107.1.el8_10.x86_64 #1 SMP Mon Feb 23 10:50:53 EST 2026 x86_64
User: zulfiqar (1084)
PHP: 8.3.0
Disabled: NONE
Upload Files
File: //usr/local/src/apcu-5.1.19/apc_api.h
/*
  +----------------------------------------------------------------------+
  | APCu                                                                 |
  +----------------------------------------------------------------------+
  | Copyright (c) 2013 The PHP Group                                     |
  +----------------------------------------------------------------------+
  | This source file is subject to version 3.01 of the PHP license,      |
  | that is bundled with this package in the file LICENSE, and is        |
  | available through the world-wide-web at the following url:           |
  | http://www.php.net/license/3_01.txt                                  |
  | If you did not receive a copy of the PHP license and are unable to   |
  | obtain it through the world-wide-web, please send a note to          |
  | [email protected] so we can mail you a copy immediately.               |
  +----------------------------------------------------------------------+
  | Author: Joe Watkins <[email protected]>                         |
  +----------------------------------------------------------------------+
 */

#ifndef APC_API_H
#define APC_API_H

#include "apc.h"
#include "apc_lock_api.h"
#include "apc_sma_api.h"
#include "apc_cache_api.h"

#endif