#ifndef __WRAPPER_SHAREDCACHE_H__ #define __WRAPPER_SHAREDCACHE_H__ #include extern "C" { typedef struct SharedCache_t; CacheDynParam_t *SharedCache_cachep(SharedCache_t *); } #endif