X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/15cd196134f4cf57907ba7c60f1fcd468c0fc6d1..789e1567f735cb92cf574c74f792705445de2fd7:/projects/sgconf/request.h diff --git a/projects/sgconf/request.h b/projects/sgconf/request.h index 2f2408ca..daddec1d 100644 --- a/projects/sgconf/request.h +++ b/projects/sgconf/request.h @@ -32,9 +32,10 @@ #define request_h #include -#include "resetable.h" -#include "stg_const.h" -#include "os_int.h" + +#include "stg/resetable.h" +#include "stg/const.h" +#include "stg/os_int.h" #define TARIFF_NOW (0) #define TARIFF_DEL (1) @@ -77,6 +78,7 @@ bool deleteUser; RESETABLE usrMsg; RESETABLE credit; +RESETABLE creditExpire; RESETABLE usrPasswd; RESETABLE down; RESETABLE passive;