aboutsummaryrefslogtreecommitdiffstats
path: root/pseudo_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'pseudo_client.h')
-rw-r--r--pseudo_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pseudo_client.h b/pseudo_client.h
index 5bf820e..9fcb2f5 100644
--- a/pseudo_client.h
+++ b/pseudo_client.h
@@ -62,7 +62,7 @@ extern FILE *pseudo_grp;
extern int pseudo_client_getcwd(void);
extern int pseudo_client_chroot(const char *);
extern char *pseudo_root_path(const char *, int, int, const char *, int);
-extern char *pseudo_exec_path(const char *filename, int);
+extern const char *pseudo_exec_path(const char *filename, int);
#define PSEUDO_ROOT_PATH(x, y, z) pseudo_root_path(__func__, __LINE__, (x), (y), (z));
extern char *pseudo_cwd;
extern size_t pseudo_cwd_len;