summaryrefslogtreecommitdiff
path: root/login-utils/logindefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'login-utils/logindefs.h')
-rw-r--r--login-utils/logindefs.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/login-utils/logindefs.h b/login-utils/logindefs.h
new file mode 100644
index 0000000..c5ccbc9
--- /dev/null
+++ b/login-utils/logindefs.h
@@ -0,0 +1,12 @@
+#ifndef UTIL_LINUX_LOGINDEFS_H
+#define UTIL_LINUX_LOGINDEFS_H
+
+extern void logindefs_load_file(const char *filename);
+extern void (*logindefs_load_defaults)(void);
+extern int getlogindefs_bool(const char *name, int dflt);
+extern unsigned long getlogindefs_num(const char *name, long dflt);
+extern const char *getlogindefs_str(const char *name, const char *dflt);
+extern void free_getlogindefs_data(void);
+extern int logindefs_setenv(const char *name, const char *conf, const char *dflt);
+
+#endif /* UTIL_LINUX_LOGINDEFS_H */