From 332d18eb6733a5400a2cfd3a3faa2e056bd2a02c Mon Sep 17 00:00:00 2001
From: pans <pans@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期三, 04 一月 2017 19:07:05 +0800
Subject: [PATCH] 

---
 RtspFace/demo/src/DBuntil.h |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/RtspFace/demo/src/DBuntil.h b/RtspFace/demo/src/DBuntil.h
index 5b18ce6..badd0b3 100644
--- a/RtspFace/demo/src/DBuntil.h
+++ b/RtspFace/demo/src/DBuntil.h
@@ -23,19 +23,18 @@
 	DBuntil();
 	DBuntil(my_db mydb);
 	~DBuntil();
-	*person db_rearch(int f_id);
-
-	bool db_register(int f_id,person *p);
+	
+	bool db_search(person *p);
+	bool db_register(person *p);
 
 private:
 
-	bool db_add(int f_id,person *per);
+	bool db_add(person *per);
 	int db_update();
-	bool db_select(int f_id,person *per);
+	bool db_select(person *per);
 
 	char sql[1024];
 	int res;
 };
-
 
 #endif
\ No newline at end of file

--
Gitblit v1.8.0