summaryrefslogtreecommitdiffstats
path: root/src/cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cfg.h')
-rw-r--r--src/cfg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cfg.h b/src/cfg.h
index 97e47cf..d65782c 100644
--- a/src/cfg.h
+++ b/src/cfg.h
@@ -12,6 +12,10 @@ struct og_server_cfg {
const char *api_token;
} rest;
struct {
+ const char *user;
+ const char *pass;
+ } smb;
+ struct {
const char *interface;
} wol;
struct {