#ifndef _HIKPTZ_H #define _HIKPTZ_H #ifdef __cplusplus extern "C" { #endif int PtzTrack(char *ip, char *userName, char *password, char *port); #ifdef __cplusplus } #endif #endif