#ifndef _SHSDK_EXT_H #define _SHSDK_EXT_H #ifdef __cplusplus extern "C" { #endif #ifdef _SP_SDK_ // use sp-console WIN32DLL void * sh_get_service_list( const char *userId, // »ç¿ëÀÚ ID const char *password, // »ç¿ëÀÚ ºñ¹Ð¹øÈ£ int * cnt ); WIN32DLL const char *sh_get_auth_sp_string( const char *userId, // »ç¿ëÀÚ ID const char *password // »ç¿ëÀÚ ºñ¹Ð¹øÈ£ ); WIN32DLL void sh_set_center_info( const char *host, // host int port // port ); WIN32DLL void sh_set_sntp_info( const char *host, // host int port // port ); WIN32DLL void* sh_get_anonyauth( const char *userId, // »ç¿ëÀÚ ID const char *password, // »ç¿ëÀÚ ºñ¹Ð¹øÈ£ const char *serviceId, // ¼­ºñ½º ID int * cnt ); WIN32DLL int sh_set_anonyauth( const char *userId, // »ç¿ëÀÚ ID const char *password, // »ç¿ëÀÚ ºñ¹Ð¹øÈ£ const char *serviceId, // ¼­ºñ½º ID int set, // ¼³Á¤(1), ¼³Á¤ ÇØÁ¦ (0) int sendlen, // Àü¼ÛÇÒ µ¥ÀÌÅÍ Å©±â const void *sendmsg // Àü¼ºÈ¦ µ¥ÀÌÅÍ ); // use sp-console #endif // _SP_SDK_ #ifdef __cplusplus } #endif #endif