diff options
Diffstat (limited to 'src/blogc-make/ctx.h')
-rw-r--r-- | src/blogc-make/ctx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/blogc-make/ctx.h b/src/blogc-make/ctx.h index 2adfc94..df512e1 100644 --- a/src/blogc-make/ctx.h +++ b/src/blogc-make/ctx.h @@ -76,5 +76,7 @@ bm_ctx_t* bm_ctx_new(bm_ctx_t *base, const char *settings_file, bool bm_ctx_reload(bm_ctx_t **ctx); void bm_ctx_free_internal(bm_ctx_t *ctx); void bm_ctx_free(bm_ctx_t *ctx); +const char* bm_ctx_settings_lookup(bm_ctx_t *ctx, const char *key); +const char* bm_ctx_settings_lookup_str(bm_ctx_t *ctx, const char *key); #endif /* _MAKE_CTX_H */ |