summaryrefslogtreecommitdiff
path: root/src/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context.h')
-rw-r--r--src/context.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/context.h b/src/context.h
index 44367cc..488bfad 100644
--- a/src/context.h
+++ b/src/context.h
@@ -53,8 +53,12 @@ struct xkb_context {
size_t text_next;
unsigned int use_environment_names : 1;
+ unsigned int use_secure_getenv : 1;
};
+char *
+xkb_context_getenv(struct xkb_context *ctx, const char *name);
+
unsigned int
xkb_context_num_failed_include_paths(struct xkb_context *ctx);