1
0
mirror of https://github.com/fumiama/simple-kanban.git synced 2026-06-13 13:40:37 +08:00
This commit is contained in:
源文雨
2022-10-26 14:51:04 +08:00
parent 7bde1fab05
commit d10b87e05c
3 changed files with 100 additions and 71 deletions

View File

@@ -7,4 +7,10 @@ struct config_t {
};
typedef struct config_t config_t;
#endif
struct const_config_t {
const char pwd[64]; //password
const char sps[64]; //set password
};
typedef struct const_config_t const_config_t;
#endif