27 lines
225 B
C
27 lines
225 B
C
|
#ifndef _AGENT_DLC-AEZT030W_H_
|
||
|
#define _AGENT_DLC-AEZT030W_H_
|
||
|
|
||
|
#include "agent_hyt.h"
|
||
|
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
void ptz_tcp_autoReturn(void);
|
||
|
|
||
|
void tcpInit(void);
|
||
|
|
||
|
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|