OSDN Git Service

changed log table to chart. Added status P(=Pause).
[opengatem/opengatem.git] / mngsrc / opengatemmng.h
index 42f629f..35019ff 100644 (file)
@@ -189,8 +189,9 @@ int DelMacAddrFromMngDb(char* macAddr);
 int RenewMacAddrInMngDb(char* macAddr);
 int PauseMacAddrInMngDb(char* macAddr);
 int IsSessionFoundInMngDb(char* macAddr);
-int GetNextUsageLogFromMngDb(char* userId, char* extraId, char* macAddr, char* deviceName, char* openTime, char* gatewayName, int* weekday);
+int GetNextUsageLogFromMngDb(char* userId, char* extraId, char* macAddr, char* deviceName, char* openTime, char* closeTime, char* gatewayName);
 int GetNextMailAddressFromMngDb(char* mailAddress, char* limitDate, char*device);
+int GetTimeRangeToShowLog(char* beginTime, char* endTime, int* dateCount);
 
 /* workdb.c */
 int SetupSqliteBusyTimeoutValue(void);