#ifndef testdll_h #define testdll_h #include #ifdef __cplusplus extern "C" { #endif /* API */ MINI_DLL_API execute( MINI_SESSION* session, int argc, char** argv, char** buff, int* size, char* msg, int msglen ); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* testdll_h */