#ifndef testdll_h
#define testdll_h
#include <mini.h>
#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 );
MINI_DLL_API listener( MINI_MESSAGE* message, char* errmsg, int errmsglen );
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* testdll_h */