X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fconf.h;h=20141dcca468d06a8f3d242d591130c1fc6fb912;hb=60aae12f64796bca7e8aed516f2b294120245957;hp=32531f8653ed2874322a36802fc09f826aae0d9f;hpb=23a4fcd5944b793bba2cc4cc70c87cd68c3c051c;p=umurmur.git diff --git a/src/conf.h b/src/conf.h index 32531f8..20141dc 100644 --- a/src/conf.h +++ b/src/conf.h @@ -54,6 +54,7 @@ typedef struct { const char *parent; const char *name; const char *description; + const char *password; bool_t noenter; } conf_channel_t; @@ -64,6 +65,7 @@ typedef struct { void Conf_init(const char *conffile); void Conf_deinit(); +bool_t Conf_ok(const char *conffile); const char *getStrConf(param_t param); int getIntConf(param_t param);