diff include/auth.h @ 6:9a8b581c1993

improve performance.
author pyon@macmini
date Tue, 23 Oct 2018 19:15:22 +0900
parents e3b10fb860b3
children 82f9af6aa7e4
line wrap: on
line diff
--- a/include/auth.h	Mon Oct 22 22:17:02 2018 +0900
+++ b/include/auth.h	Tue Oct 23 19:15:22 2018 +0900
@@ -1,5 +1,5 @@
 // Filename   : auth.h
-// Last Change: 2018-10-22 ŒŽ 08:41:38.
+// Last Change: 2018-10-23 ‰Î 09:02:05.
 //
 
 #ifndef __AUTH_H__
@@ -47,6 +47,7 @@
 
 		void SetServer( wxString server ) { m_server = server; };
         void CreateControls( void );
+		bool GetDB( void );
 		bool LoadDB( void );
 		bool IsValidUser( void );
 		wxString GetUser( void ) { return m_user; };