aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo.h
diff options
context:
space:
mode:
Diffstat (limited to 'pseudo.h')
-rw-r--r--pseudo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pseudo.h b/pseudo.h
index 93f3e89..91b4dc7 100644
--- a/pseudo.h
+++ b/pseudo.h
@@ -127,6 +127,9 @@ extern char *pseudo_prefix_path(char *);
extern char *pseudo_get_prefix(char *);
extern ssize_t pseudo_sys_path_max(void);
extern ssize_t pseudo_path_max(void);
+#define PSEUDO_PWD_MAX 4096
+extern int pseudo_etc_file(char *filename, char **search, int dircount);
+#define PSEUDO_ETC_FILE(name) pseudo_etc_file((name), (char *[]) { pseudo_chroot, pseudo_passwd }, 2)
extern char *pseudo_version;