From e25f3e440ed00d597a9802df68adedadb629d814 Mon Sep 17 00:00:00 2001
From: cheliequan <liequanche@126.com>
Date: 星期五, 13 一月 2023 12:10:06 +0800
Subject: [PATCH] 1.增加获取系统授权接口 2.完善相机相关函数实现 3.优化内存释放

---
 dbapi.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dbapi.h b/dbapi.h
index 00378d7..adcdbc4 100644
--- a/dbapi.h
+++ b/dbapi.h
@@ -23,5 +23,5 @@
 bool dbapi_get_doing_stacks(void *handle, std::vector<protomsg::FileStack> & list);
 bool dbapi_get_polygons(void *handle, std::vector<protomsg::CameraPolygon> & list);
 bool dbapi_get_polygon_relations(void *handle, std::vector<protomsg::CameraPolygonRelation> & list);
-
+bool dbapi_get_server_get_is_sys_expired(void *handle);
 #endif
\ No newline at end of file

--
Gitblit v1.8.0