From 84861b0ba98ec42c3bd61c1fffdf95150f2d95fd Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期四, 14 十月 2021 15:42:08 +0800 Subject: [PATCH] del .c --- hikptz.h | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hikptz.h b/hikptz.h index 66090b4..d1a587b 100644 --- a/hikptz.h +++ b/hikptz.h @@ -1,15 +1,15 @@ #ifndef _HIKPTZ_H #define _HIKPTZ_H - + #ifdef __cplusplus -extern "C" { +extern "C" +{ #endif - -void PtzTrack(char *ip, char *userName, char *password, char *port ,int channel ,int xBottom ,int xTop ,int yBottom ,int yTop ) -void ToPreset(char *ip, char *userName, char *password, int port ,int channel ) - + + void ptzTrack(char *ip, char *userName, char *password, int port, int channel, int xBottom, int xTop, int yBottom, int yTop); + void toPreset(char *ip, char *userName, char *password, int port, int channel); #ifdef __cplusplus } #endif - + #endif \ No newline at end of file -- Gitblit v1.8.0