aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo.h
diff options
context:
space:
mode:
Diffstat (limited to 'pseudo.h')
-rw-r--r--pseudo.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/pseudo.h b/pseudo.h
index 38b663a..a101597 100644
--- a/pseudo.h
+++ b/pseudo.h
@@ -20,6 +20,11 @@
#include <stdlib.h>
#include <fcntl.h>
+/* List of magic initialization functions... */
+extern void pseudo_init_wrappers(void);
+extern void pseudo_init_util(void);
+extern void pseudo_init_client(void);
+
void pseudo_dump_env(char **envp);
int pseudo_set_value(const char *key, const char *value);
char *pseudo_get_value(const char *key);
@@ -61,9 +66,6 @@ extern ssize_t pseudo_path_max(void);
extern int pseudo_etc_file(const char *filename, char *realname, int flags, char **search, int dircount);
#define PSEUDO_ETC_FILE(name, realname, flags) pseudo_etc_file((name), (realname), (flags), (char *[]) { pseudo_chroot, pseudo_passwd }, 2)
-/* refresh environment variables from internals */
-extern void pseudo_reinit_environment(void);
-
extern char *pseudo_version;
#ifndef PSEUDO_BINDIR