aboutsummaryrefslogtreecommitdiff
path: root/lib/graypam.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/graypam.h')
-rw-r--r--lib/graypam.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/graypam.h b/lib/graypam.h
index 636e4fb..f818f86 100644
--- a/lib/graypam.h
+++ b/lib/graypam.h
@@ -212,6 +212,8 @@ char *gray_env_get(struct gray_env *env, const char *name);
int gray_env_get_bool(struct gray_env *env, const char *name, int dfl);
void gray_env_free(struct gray_env *env);
int gray_env_read(const char *file_name, struct gray_env **penv);
+int gray_env_read_tr(const char *file_name, struct gray_env **penv, char **tr);
+void gray_env_merge(struct gray_env **pa, struct gray_env **pb);
int gray_boolean_true_p(const char *value);

Return to:

Send suggestions and report system problems to the System administrator.